Rakefile in doorkeeper_sso-0.1.0.pre.alpha vs Rakefile in doorkeeper_sso-0.2.0
- old
+ new
@@ -5,14 +5,9 @@
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
Bundler.require :default, :test
require 'rake'
-task :environment do
- Combustion.initialize!
-end
-Combustion::Application.load_tasks
-
APP_RAKEFILE = File.expand_path("../spec/test_app/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
require "rspec/core/rake_task"
Bundler::GemHelper.install_tasks