mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #1950 from dmathieu/require_railties
Add railties to the load path if it's not already there
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
RAILS_ISOLATED_ENGINE = true
|
||||
require "isolation/abstract_unit"
|
||||
|
||||
require "#{RAILS_FRAMEWORK_ROOT}/railties/lib/rails/generators/test_case"
|
||||
require 'generators/generators_test_helper'
|
||||
require "rails/generators/test_case"
|
||||
|
||||
module RailtiesTests
|
||||
class GeneratorTest < Rails::Generators::TestCase
|
||||
|
||||
Reference in New Issue
Block a user