We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f399201 commit 48bd424Copy full SHA for 48bd424
spec/rspec/rails/example/system_example_group_spec.rb
@@ -79,7 +79,7 @@ module RSpec::Rails
79
expect(example).to have_received(:driven_by).once
80
end
81
82
- it 'calls :served_by method only once' do
+ it 'calls :served_by method only once', if: ::Rails::VERSION::STRING.to_f >= 7.2 do
83
group = RSpec::Core::ExampleGroup.describe do
84
include SystemExampleGroup
85
0 commit comments