summaryrefslogtreecommitdiffstats
path: root/features/step_definitions/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/step_definitions/git.rb')
-rw-r--r--features/step_definitions/git.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/step_definitions/git.rb b/features/step_definitions/git.rb
deleted file mode 100644
index bf6f869d..00000000
--- a/features/step_definitions/git.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-Then /^the Git repository "([\S]+)" has been cloned successfully$/ do |repo|
- assert($vm.directory_exist?("/home/#{LIVE_USER}/#{repo}/.git"))
- assert($vm.file_exist?("/home/#{LIVE_USER}/#{repo}/.git/config"))
- $vm.execute_successfully("cd '/home/#{LIVE_USER}/#{repo}/' && git status",
- :user => LIVE_USER)
-end