spec/spec_helper.rb in banktools-se-3.1.0 vs spec/spec_helper.rb in banktools-se-3.1.1

- old
+ new

@@ -1,4 +1,4 @@ RSpec.configure do |config| - config.filter_run :focus => true + config.filter_run focus: true config.run_all_when_everything_filtered = true end