Skip to content

Commit

Permalink
Correct spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemunkay committed Apr 27, 2014
1 parent 00511c5 commit 7897795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/api/bikes_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
end

context "with no bike in json data" do
it "returns 400" do
it "returns error status" do
post :create
expect(@response.code.to_i).to eql 422
end
Expand Down

0 comments on commit 7897795

Please sign in to comment.