ensl.org/Rakefile
Luke Barratt 6b5f2a0854 Update travis config to cache bundler
Fallback to older rails I18n behaviour
Silence deprecation warnings, for now
Added code climate test reporter
Created CI deployment task
Added *all* the badges
2014-03-25 21:58:51 +00:00

8 lines
No EOL
179 B
Ruby

require File.expand_path('../config/application', __FILE__)
require 'rake/dsl_definition'
require 'rake'
require 'rake/testtask'
require 'rake/task'
Ensl::Application.load_tasks