Skip to content

Commit

Permalink
Remove duplicate spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 20, 2015
1 parent c9933cb commit 0324215
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/package/spec/install_spec.rb
Expand Up @@ -20,15 +20,4 @@
it 'installs a package when specifying the identity attribute' do
expect(chef_run).to install_package('identity_attribute')
end

context 'with fauxhai data provided' do
let (:chef_run) {
ChefSpec::SoloRunner.new(platform: 'ubuntu', version: '14.04').converge(described_recipe)
}

it 'installs a package when specifying the identity attribute too' do
expect(chef_run).to install_package('identity_attribute')
end
end

end

0 comments on commit 0324215

Please sign in to comment.