Skip to content

Instantly share code, notes, and snippets.

@biscuitvile
Created December 11, 2014 00:54
Show Gist options
  • Save biscuitvile/abed849e233999288389 to your computer and use it in GitHub Desktop.
Save biscuitvile/abed849e233999288389 to your computer and use it in GitHub Desktop.
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
# require 'rspec/core/rake_task'
Admin::Application.load_tasks
# desc 'Generate API request documentation'
# RSpec::Core::RakeTask.new('api:docs:generate') do |task|
# task.pattern = 'spec/api/**/*_spec.rb'
# task.rspec_opts = '--format RspecApiDocumentation::ApiFormatter'
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment