spec/spec_helper.rb in uni-0.0.8 vs spec/spec_helper.rb in uni-0.0.9

- old
+ new

@@ -6,7 +6,7 @@ RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus - config.order = 'random' + #config.order = 'random' end