Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #61 from chumpy/readme-syntax-fix
Small documentation fix
  • Loading branch information
bploetz committed Jul 18, 2014
2 parents 6dd9489 + 0977eb3 commit ab12531
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.markdown
Expand Up @@ -230,9 +230,8 @@ require 'spec_helper'
describe V1::TestController do
it "should get v1" do
get '/test', {}, {'Accept' => 'application/vnd.mycompany.com; version=1'}
assert_response 200
assert_equal "v1", response.body
end
assert_response 200
assert_equal "v1", response.body
end
end
```
Expand Down

0 comments on commit ab12531

Please sign in to comment.