mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
8 lines
185 B
Ruby
8 lines
185 B
Ruby
require "bundler/setup"
|
|
|
|
APP_RAKEFILE = File.expand_path("spec/dummy/Rakefile", __dir__)
|
|
load "rails/tasks/engine.rake"
|
|
|
|
load "rails/tasks/statistics.rake"
|
|
|
|
require "bundler/gem_tasks"
|