Skip to content

Commit

Permalink
dev: restore random ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 8, 2012
1 parent 35f67e6 commit 0ce8c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -36,7 +36,7 @@ def treats_method_missing_as_private(options = {:noop => true, :subject => nil})
RSpec.configure do |config|
config.mock_with :rspec
config.color_enabled = true
# config.order = :random
config.order = :random
config.extend(Macros)
config.include(RSpec::Mocks::Methods)

Expand Down

0 comments on commit 0ce8c71

Please sign in to comment.