Spork.prefork do # Loading more in this block will cause your tests to run faster. However, # if you change any configuration or code from libraries loaded here, you'll # need to restart spork for it take effect. RSpec.configure do |config| config.mock_with :rspec # config.use_transactional_fixtures = true # config.include(MailerMacros) # config.before(:each) { reset_email } config.filter_run :focus => true config.run_all_when_everything_filtered = true # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = 'random' end end