Skip to content

Commit

Permalink
Randomize specs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Jun 27, 2012
1 parent 9ce04d5 commit 32b009a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
config.color_enabled = true
config.order = :random
config.filter_run :focus => true
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus
end

def test_latency
Expand Down

0 comments on commit 32b009a

Please sign in to comment.