Skip to content

Commit

Permalink
Move test helpers to support folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Sep 21, 2012
1 parent 4c7419a commit 289c844
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions test/unit/test_config_generator.rb
@@ -1,3 +1,6 @@
require 'test_helper'
require 'support/generators_helper'

class ConfigGeneratorTest < Rails::Generators::TestCase
include TestGeneratorsHelper

Expand Down
3 changes: 3 additions & 0 deletions test/unit/test_model_generator.rb
@@ -1,3 +1,6 @@
require 'test_helper'
require 'support/generators_helper'

class ModelGeneratorTest < Rails::Generators::TestCase
include TestGeneratorsHelper

Expand Down

0 comments on commit 289c844

Please sign in to comment.