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.
1 parent eb9079c commit 522a909Copy full SHA for 522a909
README.md
@@ -83,7 +83,7 @@ For both raddocs and apitome, start rails server. Then
83
84
## Sample App
85
86
-See the `example` folder for a sample Rails app that has been documented.
+See the `example` folder for a sample Rails app that has been documented. The sample app demonstrates the :open_api format.
87
88
89
## Configuration options
@@ -323,7 +323,9 @@ paths:
323
## Example of acceptance spec file
324
325
```ruby
326
- # spec/acceptance/orders_spec.rb
+ # spec/acceptance/orders_spec.rb
327
+ require 'rails_helper'
328
+ require 'rspec_api_documentation/dsl'
329
resource 'Orders' do
330
explanation "Orders resource"
331
0 commit comments