acts_as_able/Rakefile

7 lines
117 B
Ruby
Raw Permalink Normal View History

2016-06-20 12:12:09 +08:00
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec