1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

Correct spec description

This commit is contained in:
Jason Denney 2014-04-27 14:39:32 -04:00
parent 00511c5b64
commit 7897795e8b

View File

@ -28,7 +28,7 @@ describe Api::V1::BikesController do
end end
context "with no bike in json data" do context "with no bike in json data" do
it "returns 400" do it "returns error status" do
post :create post :create
expect(@response.code.to_i).to eql 422 expect(@response.code.to_i).to eql 422
end end