aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-07-30 11:28:31 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-25 11:39:13 +0200
commitac036cc38c5af3bae436940d2f1c73316eeb726f (patch)
treefd0b2d17cfc9e7eba4385029556fa72661646031 /railties/test/generators
parente291e6a479d9942515251ab5d4f37f5f5125217a (diff)
downloadrails-ac036cc38c5af3bae436940d2f1c73316eeb726f.tar.gz
rails-ac036cc38c5af3bae436940d2f1c73316eeb726f.tar.bz2
rails-ac036cc38c5af3bae436940d2f1c73316eeb726f.zip
Missing AV requires in railties tests
Diffstat (limited to 'railties/test/generators')
-rw-r--r--railties/test/generators/generators_test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/test/generators/generators_test_helper.rb b/railties/test/generators/generators_test_helper.rb
index 7fdd54fc30..32a3d072c9 100644
--- a/railties/test/generators/generators_test_helper.rb
+++ b/railties/test/generators/generators_test_helper.rb
@@ -16,6 +16,7 @@ Rails.application.load_generators
require 'active_record'
require 'action_dispatch'
+require 'action_view'
module GeneratorsTestHelper
def self.included(base)