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.
2 parents e55652e + 1c33532 commit b5f1086Copy full SHA for b5f1086
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