1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing mention about a generated file [ci skip]

Add a mention about the helper's test file generated invoking the
controller generator in the USAGE file
This commit is contained in:
Robin Dupret 2013-06-22 18:39:50 +03:00
parent 11cae34701
commit 89c1653ee3

View file

@ -16,3 +16,4 @@ Example:
Test: test/controllers/credit_cards_controller_test.rb
Views: app/views/credit_cards/debit.html.erb [...]
Helper: app/helpers/credit_cards_helper.rb
Test: test/helpers/credit_cards_helper_test.rb