spec/spec_helper.rb in descendants_describable-0.0.7 vs spec/spec_helper.rb in descendants_describable-1.0.0
- old
+ new
@@ -5,8 +5,6 @@
require 'support/activerecord'
require 'descendants_describable'
RSpec.configure do |config|
# some (optional) config here
-
- config.treat_symbols_as_metadata_keys_with_true_values = true
end
\ No newline at end of file