1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
paloma/test_app/Rakefile

12 lines
357 B
Text
Raw Normal View History

2013-10-11 22:22:52 -04:00
#!/usr/bin/env rake
# 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__)
2013-10-12 07:20:23 -04:00
if ['development', 'test'].include?(Rails.env)
require 'rspec/core/rake_task'
end
2013-10-11 22:22:52 -04:00
TestApp::Application.load_tasks