Skip to content

Commit d566851

Browse files
authored
Merge pull request #2666 from rspec/fix-order-in-scenario
Fix the order
2 parents 70984c1 + 6e55ca7 commit d566851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/controller_specs/render_views.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Feature: Using `render_views`
7171
end
7272
end
7373
"""
74-
When I run `rspec spec --order default --format documentation`
74+
When I run `rspec spec --order defined --format documentation`
7575
Then the output should contain:
7676
"""ruby
7777
WidgetsController

0 commit comments

Comments
 (0)