Skip to content

Commit

Permalink
update output message
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Sep 4, 2013
1 parent d84fd3a commit 183032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/raccoon/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def case &block
let(:params) { router.params.call }

# Check HTTP Response Code
it "should be #{Rack::Utils::HTTP_STATUS_CODES[router.response_code]}" do
it "should be `#{router.response_code} #{Rack::Utils::HTTP_STATUS_CODES[router.response_code]}`" do
send(router.method, router.action, params)
expect(response.response_code).to eq(router.response_code)
end
Expand Down

0 comments on commit 183032c

Please sign in to comment.