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.
xscenario
1 parent 82340ff commit 49f896cCopy full SHA for 49f896c
lib/rspec/rails/example/feature_example_group.rb
@@ -63,7 +63,7 @@ def visit(*)
63
main_feature = nil unless c.expose_dsl_globally?
64
c.alias_example_group_to :feature, opts
65
c.alias_example_to :scenario
66
- c.alias_example_to :xscenario
+ c.alias_example_to :xscenario, :skip => 'Temporarily skipped with xscenario'
67
end
68
69
# Due to load order issues and `config.expose_dsl_globally?` defaulting to
0 commit comments