Skip to content

Commit

Permalink
minitest-like file names
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Mar 16, 2018
1 parent b57acd8 commit de3caa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ end
Validate a JSON response, a Hash, or a String against a JSON Schema with
`match_response_schema`:

`spec/requests/posts_spec.rb`
`test/integration/posts_test.rb`

```ruby
def test_GET_posts_returns_Posts
Expand Down

0 comments on commit de3caa6

Please sign in to comment.