Files
snpr/Rakefile
2015-10-31 12:08:31 +01:00

11 lines
302 B
Ruby

# 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 File.expand_path('../config/application', __FILE__)
require 'rake'
Snpr::Application.load_tasks
task test: :spec
task default: :test