spec/spec_helper.rb in NATO-0.0.3 vs spec/spec_helper.rb in NATO-0.1.0
- old
+ new
@@ -1,4 +1,8 @@
-require 'rspec'
-require 'rspec/given'
+require "rspec"
+require "rspec/given"
-require 'NATO'
\ No newline at end of file
+require "NATO"
+
+RSpec.configure do |config|
+ config.raise_errors_for_deprecations!
+end