Sha256: 7d7f8d647bfb9a078b42c169db0b88354ef08725b7ef1edef0acfbba6077714d
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
# 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_commentable_more-1.1.0 | test/dummy/Rakefile |
acts_as_commentable_more-1.0.0 | test/dummy/Rakefile |