mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-13 00:24:17 +00:00
d6ae95e18c
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 |