diff options
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/cookbook_steps.rb | 2 | ||||
-rw-r--r-- | features/steps/packages.rb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/cookbook_steps.rb b/features/steps/cookbook_steps.rb index 695ee286a1..4c62d19162 100644 --- a/features/steps/cookbook_steps.rb +++ b/features/steps/cookbook_steps.rb @@ -390,4 +390,4 @@ Given "I upload multiple versions of the 'version_test' cookbook that do not lex When "I fully upload a sandboxed cookbook force-named 'version_test' versioned '0.9.0' with 'version_test_0.9.0'" When "I fully upload a sandboxed cookbook force-named 'version_test' versioned '0.10.0' with 'version_test_0.10.0'" When "I fully upload a sandboxed cookbook force-named 'version_test' versioned '0.9.7' with 'version_test_0.9.7'" -end
\ No newline at end of file +end 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 - |