active_record_union/Rakefile

9 lines
120 B
Ruby

require "bundler/gem_tasks"
task :default => :spec
desc "Run the tests"
task :spec do
exec("bundle exec rspec")
end