mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
What if I explicitly start up the spring server
This commit is contained in:
parent
1e0de31f60
commit
3ac995489d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ Feature: automatically reloading factory_bot definitions
|
|||
"""
|
||||
And I run `bin/rails runner spring_stuff.rb` with Spring enabled
|
||||
And I run `bin/spring binstub --all` with a clean environment
|
||||
And I run `bin/spring server` with Spring enabled
|
||||
And I run `bin/rails test` with Spring enabled
|
||||
# And I append to "app/models/user.rb" with:
|
||||
# """
|
||||
|
|
Loading…
Reference in a new issue