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
***textile**: Generates an index file and example files in Textile.
136
+
***append_json**: Lets you selectively run specs without destroying current documentation. See section below.
137
+
138
+
### append_json
139
+
140
+
This format cannot be run with other formats as they will delete the entire documentation folder upon each run. This format appends new examples to the index file, and writes all run examples in the correct folder.
141
+
142
+
Below is a rake task that allows this format to be used easily.
143
+
144
+
```ruby
145
+
RSpec::Core::RakeTask.new('docs:generate:append', :spec_file) do |t, task_args|
0 commit comments