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.
1 parent e55652e commit 1c33532Copy full SHA for 1c33532
README.md
@@ -62,6 +62,9 @@ bundle exec rspec spec/models
62
63
# Run only specs for AccountsController
64
bundle exec rspec spec/controllers/accounts_controller_spec.rb
65
+
66
+# Run only spec on line 8 of AccountsController
67
+bundle exec rspec spec/controllers/accounts_controller_spec.rb:8
68
```
69
70
Specs can also be run via `rake spec`, though this command may be slower to
0 commit comments