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 b5c29b4 commit bb5aad1Copy full SHA for bb5aad1
features/support/env.rb
@@ -28,6 +28,10 @@
28
skip_this_scenario unless SimpleCov.branch_coverage_supported?
29
end
30
31
+Before("@method_coverage") do
32
+ skip_this_scenario unless SimpleCov.method_coverage_supported?
33
+end
34
+
35
Before("@rails6") do
36
# Rails 6 only supports Ruby 2.5+
37
skip_this_scenario if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.5")
0 commit comments