Skip to content

Commit

Permalink
fix title of test in beer_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed May 7, 2013
1 parent 82be965 commit 76be491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tankard/api/beer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
@request.stub(:get).with("beer/valid1", {}).and_return({})
end

it "gracefully fails" do
it "raises a Tankard::Error::InvalidResponse" do
expect { beer.id("valid1").collect { |x| x} }.to raise_error(Tankard::Error::InvalidResponse)
end
end
Expand Down

0 comments on commit 76be491

Please sign in to comment.