summaryrefslogtreecommitdiff
path: root/features/steps/packages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/packages.rb')
-rw-r--r--features/steps/packages.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/features/steps/packages.rb b/features/steps/packages.rb
index 2d349f0894..7eb2f3d21b 100644
--- a/features/steps/packages.rb
+++ b/features/steps/packages.rb
@@ -110,7 +110,6 @@ Then "the gem '$gem_name' version '$version' should not be installed" do |gem_na
Then "a file named 'installed-gems/gems/#{gem_name}-#{version}' should not exist"
end
-
def dpkg_should_be_installed(pkg_name)
shell_out!("dpkg -l #{pkg_name}")
end
@@ -118,4 +117,3 @@ end
Then "the dpkg package '$package_name' should be installed" do |package_name|
dpkg_should_be_installed(package_name)
end
-