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 48e7f7a commit 7197b0dCopy full SHA for 7197b0d
lib/rspec_api_documentation/writers/slate_writer.rb
@@ -24,10 +24,8 @@ def write
24
file.write markup_index_class.new(index, configuration).render
25
26
IndexHelper.sections(index.examples, @configuration).each do |section|
27
-
28
file.write "# #{section[:resource_name]}\n\n"
29
file.write "#{section[:resource_explanation]}\n\n"
30
- section[:examples].sort_by!(&:description) unless configuration.keep_source_order
31
32
section[:examples].each do |example|
33
markup_example = markup_example_class.new(example, configuration)
0 commit comments