You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ See the `example` folder for a sample Rails app that has been documented.
29
29
## Configuration options
30
30
- app - Set the application that Rack::Test uses, defaults to `Rails.application`
31
31
- docs_dir - Output folder
32
-
- format - Output format
32
+
- format - An array of output format(s). Possible values are :json, :html, or :wurl. The final option is similar to :html, but includes the wURL console.
33
33
- template_path - Location of templates
34
34
- filter - Filter by example document type
35
35
- exclusion_filter - Filter by example document type
@@ -40,14 +40,16 @@ See the `example` folder for a sample Rails app that has been documented.
0 commit comments