canvas-lms/Rakefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
352 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2011-02-01 09:57:29 +08:00
# 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", __dir__)
2011-02-01 09:57:29 +08:00
require "rake"
require "rake/testtask"
Bundler.require(:i18n_tools)
2011-02-01 09:57:29 +08:00
CanvasRails::Application.load_tasks