Skip to content

Commit

Permalink
Merge pull request #32 from aligit/master
Browse files Browse the repository at this point in the history
Removes broken documentation link for Testing Rails Applications [ci skip]
  • Loading branch information
senny committed Jul 25, 2016
2 parents 8f8d844 + 241f5a4 commit fc772f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ class PostPerformanceTest < ActionDispatch::PerformanceTest
end
```

You can find more details about the `get` and `post` methods in the
[Testing Rails Applications](testing.html) guide.
You can find more details about the `get` and `post` methods in the
[Testing Rails Applications](http://guides.rubyonrails.org/testing.html) guide.

#### Model Example

Expand Down

0 comments on commit fc772f4

Please sign in to comment.