spec/spec_helper.rb in appbundler-0.4.0 vs spec/spec_helper.rb in appbundler-0.5.0

- old
+ new

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