# 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 "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new task :default => :spec task :test => :spec require 'bundler/gem_helper' Bundler::GemHelper.install_tasks :name => "acts_as_commentable_more", :dir => "../.." require File.expand_path('../config/application', __FILE__) Rails.application.load_tasks