mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
6b5f2a0854
Fallback to older rails I18n behaviour Silence deprecation warnings, for now Added code climate test reporter Created CI deployment task Added *all* the badges
8 lines
No EOL
179 B
Ruby
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 |