spec/spec_helper.rb in buff-config-1.0.1 vs spec/spec_helper.rb in buff-config-2.0.0

- old
+ new

@@ -11,10 +11,9 @@ config.expect_with :rspec do |c| c.syntax = :expect end config.mock_with :rspec - config.treat_symbols_as_metadata_keys_with_true_values = true config.filter_run focus: true config.run_all_when_everything_filtered = true config.before(:each) { clean_tmp_path } end