File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def filter_rails_from_backtrace!
166
166
167
167
# @deprecated TestFixtures#fixture_path is deprecated and will be removed in Rails 7.2
168
168
if ::Rails ::VERSION ::STRING >= "7.1.0"
169
- def config . fixture_path = ( path )
169
+ def fixture_path = ( path )
170
170
RSpec . deprecate (
171
171
"config.fixture_path = #{ path . inspect } " ,
172
172
replacement : "config.fixture_paths = [#{ path . inspect } ]" ,
Original file line number Diff line number Diff line change 1
1
module RSpec ::Rails
2
2
RSpec . describe FixtureSupport do
3
3
context "with use_transactional_fixtures set to false" do
4
- it "still supports fixture_path and fixture_paths" do
4
+ it "still supports fixture_path/ fixture_paths" do
5
5
allow ( RSpec . configuration ) . to receive ( :use_transactional_fixtures ) { false }
6
6
group = RSpec ::Core ::ExampleGroup . describe do
7
7
include FixtureSupport
You can’t perform that action at this time.
0 commit comments