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 67489e3 commit e74ad18Copy full SHA for e74ad18
Rakefile
@@ -127,12 +127,6 @@ if Environment.testable?
127
128
end
129
130
- desc 'Generate API request documentation from API specs'
131
- RSpec::Core::RakeTask.new('docs:generate') do |t|
132
- t.pattern = 'spec/acceptance/**/*_spec.rb'
133
- t.rspec_opts = ['--format RspecApiDocumentation::ApiFormatter']
134
- end
135
-
136
desc 'Tag and push the current version'
137
task :release => ['release:tag', 'release:push']
138
0 commit comments