spec/spec_helper.rb in config_scripts-0.4.1 vs spec/spec_helper.rb in config_scripts-0.4.2
- old
+ new
@@ -33,6 +33,7 @@
# instead of true.
config.use_transactional_fixtures = true
config.filter_run focus: true
config.run_all_when_everything_filtered = true
+ config.treat_symbols_as_metadata_keys_with_true_values = true
end
\ No newline at end of file