Skip to content

Commit

Permalink
Update spec/rspec/rails/fixture_support_spec.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Jon Rowe <[email protected]>
  • Loading branch information
Edouard-chin and JonRowe authored Dec 16, 2019
1 parent 0507fc2 commit 24172ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/rails/fixture_support_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module RSpec::Rails
expect { group.new.name }.to_not raise_error
end

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

group = RSpec::Core::ExampleGroup.describe do
Expand Down

0 comments on commit 24172ac

Please sign in to comment.