Skip to content

Commit 1c33532

Browse files
author
Megan O'Neill
committed
add example for single spec
1 parent e55652e commit 1c33532

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ bundle exec rspec spec/models
6262
6363
# Run only specs for AccountsController
6464
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
6568
```
6669

6770
Specs can also be run via `rake spec`, though this command may be slower to

0 commit comments

Comments
 (0)