We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rails generate
1 parent 922bb07 commit b04d78bCopy full SHA for b04d78b
sites/en/testing/types_of_tests.step
@@ -57,7 +57,7 @@ steps do
57
step do
58
message "First, create the oranges controller and relevant spec files by typing this in the terminal:"
59
60
- console_without_message "rails g controller Oranges"
+ console_without_message "rails generate controller Oranges"
61
end
62
63
message "Then, run RSpec."
0 commit comments