summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb')
-rw-r--r--spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb b/spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb
index cd92139..2410e2e 100644
--- a/spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb
+++ b/spec/acceptance/beaker/git/revision_checkout/revision_checkout_file_path.rb
@@ -36,7 +36,7 @@ hosts.each do |host|
apply_manifest_on(host, pp)
end
- stop "verify repo is checked out to revision #{sha}" do
+ step "verify repo is checked out to revision #{@sha}" do
on(host, "ls #{tmpdir}/#{repo_name}/.git/") do |res|
fail_test('checkout not found') unless res.stdout.include? "HEAD"
end