spec/spec_helper.rb in weeter-0.15.0 vs spec/spec_helper.rb in weeter-0.17.0

- old
+ new

@@ -6,6 +6,8 @@ RSpec.configure do |config| config.before(:all) do Weeter::Configuration.instance.log_path = 'log/test.log' end + config.filter_run focus: true + config.run_all_when_everything_filtered = true end