Skip to content

Commit 6e55ca7

Browse files
committed
Fix the order
"default" is not an allowed value, and started failing after rspec/rspec-core#3025
1 parent 70984c1 commit 6e55ca7

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)