We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda98ff + b09ebc9 commit 6427b88Copy full SHA for 6427b88
lib/rspec/parameterized/table_syntax.rb
@@ -9,7 +9,7 @@
9
module RSpec
10
module Parameterized
11
module TableSyntax
12
- if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create("3.2.0.rc1")
+ if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create('3.1.0')
13
refine Object do
14
import_methods TableSyntaxImplement
15
end
0 commit comments