Skip to content

Commit

Permalink
ChefSpec tests: Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 26, 2015
1 parent d43a45b commit cf68608
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/unit/recipes/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,6 @@
expect(chef_run).to install_package(package)
end
end # packages each

if packages.empty?
it 'raises database type not supported exception' do
expect { chef_run }
.to raise_error(/database type not supported on/)
end
end # if packages empty?
end # context with dbtype packages
end # packages_by_type each
end # context on platform platform_version
Expand Down

0 comments on commit cf68608

Please sign in to comment.