Skip to content

Commit 06a75e1

Browse files
David MaloneyDavid Maloney
authored andcommitted
re-enable deprecation errors
had to disable this to let transpec do dynamic analysis. re-enabling now to throw an error on any deprecation warning
1 parent c6656e4 commit 06a75e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
end
3737

3838
RSpec.configure do |config|
39-
#config.raise_errors_for_deprecations!
39+
config.raise_errors_for_deprecations!
4040

4141
config.expose_dsl_globally = false
4242

0 commit comments

Comments
 (0)