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.
1 parent 07422ea commit 384001bCopy full SHA for 384001b
features/support/rails_versions.rb
@@ -1,4 +1,4 @@
1
Around "@unsupported-on-rails-3-0" do |scenario, block|
2
require 'rails'
3
- scenario.skip_invoke! if ::Rails.version.to_s.start_with?("3.0")
+ block.call unless ::Rails.version.to_s.start_with?("3.0")
4
end
0 commit comments