about summary refs log tree commit diff
path: root/spec/rails_helper.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-10 00:15:49 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-10 00:15:49 +0100
commitaabf884c5f6bf5c0a7cdec2c3e4fe174eeecfaec (patch)
tree9577ce64b62b3b25f955af4d9a687e4492a1f82d /spec/rails_helper.rb
parent17903c6dae9eb38ac221fb7cf86e5e3cafe465d0 (diff)
Discard misattributed remote statuses, improve timelines filter
Diffstat (limited to 'spec/rails_helper.rb')
-rw-r--r--spec/rails_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb
index 18917f2d9..977c7bdc0 100644
--- a/spec/rails_helper.rb
+++ b/spec/rails_helper.rb
@@ -15,6 +15,7 @@ Sidekiq::Testing.inline!
 RSpec.configure do |config|
   config.fixture_path = "#{::Rails.root}/spec/fixtures"
   config.use_transactional_fixtures = true
+  config.order = 'random'
   config.infer_spec_type_from_file_location!
   config.filter_rails_from_backtrace!