File tree 2 files changed +7
-0
lines changed 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ RSpec::Core::RakeTask.new('docs:generate') do |t|
5
5
t . pattern = 'spec/acceptance/**/*_spec.rb'
6
6
t . rspec_opts = [ "--format RspecApiDocumentation::ApiFormatter" ]
7
7
end
8
+
9
+ desc 'Generate API request documentation from API specs (ordered)'
10
+ RSpec ::Core ::RakeTask . new ( 'docs:generate:ordered' ) do |t |
11
+ t . pattern = 'spec/acceptance/**/*_spec.rb'
12
+ t . rspec_opts = [ "--format RspecApiDocumentation::ApiFormatter" , "--order default" ]
13
+ end
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
s . summary = "A double black belt for your docs"
11
11
s . description = "Generate API docs from your test suite"
12
12
s . homepage = "http://smartlogicsolutions.com"
13
+ s . license = "MIT"
13
14
14
15
s . required_rubygems_version = ">= 1.3.6"
15
16
You can’t perform that action at this time.
0 commit comments