Skip to content

Commit e74ad18

Browse files
committed
Remove unused rake task
1 parent 67489e3 commit e74ad18

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Rakefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ if Environment.testable?
127127

128128
end
129129

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-
136130
desc 'Tag and push the current version'
137131
task :release => ['release:tag', 'release:push']
138132

0 commit comments

Comments
 (0)