spec/spec_helper.rb in agate-0.4.1 vs spec/spec_helper.rb in agate-0.5.0
- old
+ new
@@ -7,12 +7,10 @@
RSpec.configure do |config|
require "coveralls"
Coveralls.wear!
- require "agate"
-
- config.treat_symbols_as_metadata_keys_with_true_values = true
+ config.raise_errors_for_deprecations!
# Run specs in random order to surface order dependencies. If you find an
# order dependency and want to debug it, you can fix the order by providing
# the seed, which is printed after each run.
# --seed 1234