Skip to content

Commit 9006484

Browse files
authored
Update spec/rspec/rails/configuration_spec.rb
1 parent fe98027 commit 9006484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/configuration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def in_inferring_type_from_location_environment
164164

165165
group = RSpec.describe("Arbitrary Description", :use_fixtures)
166166

167-
if ::Rails::VERSION::MAJOR < 7
167+
if ::Rails::VERSION::STRING < '7.1.0'
168168
expect(group).to respond_to(:fixture_path)
169169
expect(group.fixture_path).to eq("custom/path")
170170
else

0 commit comments

Comments
 (0)