Skip to content

Commit

Permalink
Fix failing test on uninitialized Rails.config.assets.prefix
Browse files Browse the repository at this point in the history
This was introduced in [2684f17] 💣
  • Loading branch information
sikachu committed Jun 8, 2011
1 parent 9e2e242 commit 1bbc51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/test/abstract_unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def config
config.assets_dir = public_dir
config.javascripts_dir = "#{public_dir}/javascripts"
config.stylesheets_dir = "#{public_dir}/stylesheets"
config.assets = ActiveSupport::InheritableOptions.new({ :prefix => "assets" })
config
end
end
Expand Down

0 comments on commit 1bbc51e

Please sign in to comment.