You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default test stub in `test/models/article_test.rb` looks like this:
182
190
183
191
```ruby
@@ -509,6 +517,14 @@ You should test for things such as:
509
517
510
518
Now that we have used Rails scaffold generator forour `Article` resource, it has already created the controller code and tests. You can take look at the file `articles_controller_test.rb`in the `test/controllers` directory.
511
519
520
+
The following command will generate a controller testcase with a filled up
0 commit comments