mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix AM tests by configuring AV
This commit is contained in:
parent
deafa10e6c
commit
d5de94d6b7
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ ActiveSupport::Deprecation.debug = true
|
|||
ActionView::Template.register_template_handler :haml, lambda { |template| "Look its HAML!".inspect }
|
||||
ActionView::Template.register_template_handler :bak, lambda { |template| "Lame backup".inspect }
|
||||
|
||||
ActionView::Base.config = { :assets_dir => '/nowhere' }
|
||||
|
||||
$:.unshift "#{File.dirname(__FILE__)}/fixtures/helpers"
|
||||
|
||||
FIXTURE_LOAD_PATH = File.join(File.dirname(__FILE__), 'fixtures')
|
||||
|
|
Loading…
Reference in a new issue