thoughtbot / testing-rails

Source code for the Testing Rails book
Other
279 stars 49 forks source link

Fix an Rails error output in submitting_a_link_post.md #20

Closed JuanitoFatas closed 9 years ago

JuanitoFatas commented 9 years ago

Rails is smart enough to know the action name by looking at config/routes.rb:

root to: "links#index"
JuanitoFatas commented 9 years ago

Sorry I added the ApplicationController already.