Skip to content

Commit 24172ac

Browse files
Update spec/rspec/rails/fixture_support_spec.rb
Co-Authored-By: Jon Rowe <[email protected]>
1 parent 0507fc2 commit 24172ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/fixture_support_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module RSpec::Rails
2424
expect { group.new.name }.to_not raise_error
2525
end
2626

27-
it "setup_fixture successfuly" do
27+
it "will allow #setup_fixture to run successfully", if: Rails.version.to_f > 6.0 do
2828
skip if Rails.version.to_f < 6.1
2929

3030
group = RSpec::Core::ExampleGroup.describe do

0 commit comments

Comments
 (0)