Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ And since `offset` is undocumented, fdoc will fail the test:

If we run the same spec in scaffold mode, it passes and fdoc will write changes to the correspoding `.fdoc` file:

FDOC_SCAFFOLD=true bundle exec spec/controllers/members_controller_spec.rb
FDOC_SCAFFOLD=true bundle exec rspec spec/controllers/members_controller_spec.rb

The diff looks like:

Expand Down