Skip to content

Commit b04d78b

Browse files
camillevillatjgrathwell
authored andcommitted
Use rails generate consistently
1 parent 922bb07 commit b04d78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/testing/types_of_tests.step

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps do
5757
step do
5858
message "First, create the oranges controller and relevant spec files by typing this in the terminal:"
5959

60-
console_without_message "rails g controller Oranges"
60+
console_without_message "rails generate controller Oranges"
6161
end
6262
step do
6363
message "Then, run RSpec."

0 commit comments

Comments
 (0)