Advertisement
Guest User

Untitled

a guest
May 19th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Spork.prefork do
  2. # Loading more in this block will cause your tests to run faster. However,
  3. # if you change any configuration or code from libraries loaded here, you'll
  4. # need to restart spork for it take effect.
  5. RSpec.configure do |config|
  6. config.mock_with :rspec
  7. # config.use_transactional_fixtures = true
  8. # config.include(MailerMacros)
  9. # config.before(:each) { reset_email }
  10.  
  11. config.filter_run :focus => true
  12. config.run_all_when_everything_filtered = true
  13.  
  14. # Run specs in random order to surface order dependencies. If you find an
  15. # order dependency and want to debug it, you can fix the order by providing
  16. # the seed, which is printed after each run.
  17. # --seed 1234
  18. config.order = 'random'
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement