Skip to content

Commit

Permalink
Merge pull request #11726 from atambo/isolate_generator_tests
Browse files Browse the repository at this point in the history
Isolate railties Generators Tests
  • Loading branch information
guilleiguaran committed Aug 3, 2013
2 parents 7fc3ca5 + fea9927 commit a5b53ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/test/generators_test.rb
Expand Up @@ -3,6 +3,7 @@
require 'rails/generators/test_unit/model/model_generator' require 'rails/generators/test_unit/model/model_generator'


class GeneratorsTest < Rails::Generators::TestCase class GeneratorsTest < Rails::Generators::TestCase
include ActiveSupport::Testing::Isolation
include GeneratorsTestHelper include GeneratorsTestHelper


def setup def setup
Expand Down

0 comments on commit a5b53ec

Please sign in to comment.