mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
- Create mountable engine with isolated namespace - Configure Pundit authorization - Set up gemspec with dependencies - Configure generators for test_unit with fixtures
9 lines
185 B
Ruby
9 lines
185 B
Ruby
require "bundler/setup"
|
|
|
|
APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
|
|
load "rails/tasks/engine.rake"
|
|
|
|
load "rails/tasks/statistics.rake"
|
|
|
|
require "bundler/gem_tasks"
|