Skip to content

Commit 49f896c

Browse files
committed
Fix xscenario to actually skip as intended.
1 parent 82340ff commit 49f896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/example/feature_example_group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def visit(*)
6363
main_feature = nil unless c.expose_dsl_globally?
6464
c.alias_example_group_to :feature, opts
6565
c.alias_example_to :scenario
66-
c.alias_example_to :xscenario
66+
c.alias_example_to :xscenario, :skip => 'Temporarily skipped with xscenario'
6767
end
6868

6969
# Due to load order issues and `config.expose_dsl_globally?` defaulting to

0 commit comments

Comments
 (0)