Skip to content

Commit

Permalink
Fix copy and paste blunder on ChefSpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbellone committed Aug 29, 2014
1 parent 2430be6 commit 36f0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/recipes/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
end

it { expect(chef_run).not_to include_recipe('consul::install_binary') }
it { expect(chef_run).to include_recipe('consul::install_binary') }
it { expect(chef_run).to include_recipe('consul::install_source') }
end
end

0 comments on commit 36f0dc5

Please sign in to comment.