Skip to content

Commit

Permalink
removes brittle expect statement from before block
Browse files Browse the repository at this point in the history
Signed-off-by: Nell Shamrell <[email protected]>
  • Loading branch information
nellshamrell committed Oct 12, 2016
1 parent a2f40ab commit e15cc09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/supermarket/spec/api/cookbook_version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
context 'when the cookbook has only the foodcritic metric' do
before do
collab_result.destroy
expect(cookbook_version.metric_results.count).to eq(1)
end

it 'returns a 200' do
Expand Down

0 comments on commit e15cc09

Please sign in to comment.