spec/spec_helper.rb in cellular-2.1.0 vs spec/spec_helper.rb in cellular-2.2.0

- old
+ new

@@ -12,14 +12,12 @@ require 'cellular' Dir['./spec/support/**/*.rb'].sort.each { |file| require file } RSpec.configure do |config| - # Allow focussing on individual specs config.filter_run focus: true config.run_all_when_everything_filtered = true # Run specs in random order to surface order dependencies config.order = 'random' - end