spec/dummy/spec/spec_helper.rb in draper-2.0.0 vs spec/dummy/spec/spec_helper.rb in draper-2.1.0
- old
+ new
@@ -1,9 +1,8 @@
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rspec/rails'
RSpec.configure do |config|
- config.treat_symbols_as_metadata_keys_with_true_values = true
config.expect_with(:rspec) {|c| c.syntax = :expect}
config.order = :random
end