spec/spec_helper.rb in appbundler-0.2.0 vs spec/spec_helper.rb in appbundler-0.3.0

- old
+ new

@@ -1,4 +1,9 @@ \ No newline at end of file +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