Skip to content

Commit a467fa8

Browse files
committed
Merge pull request #834 from rspec/use_warnings_file
Latest rspec-core master renamed deprecations to warnings.
2 parents cb53713 + 36f4cbb commit a467fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/matchers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'rspec/core/deprecation'
1+
require 'rspec/core/warnings'
22
require 'rspec/expectations'
33

44
module RSpec::Rails

0 commit comments

Comments
 (0)