spec/spec_helper.rb in frontkick-0.5.6 vs spec/spec_helper.rb in frontkick-0.5.7
- old
+ new
@@ -6,8 +6,7 @@
Dir[File.expand_path("support/**/*.rb", ROOT)].each {|f| require f }
require 'frontkick'
RSpec.configure do |config|
- config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
end