test/test-helper.rb in pug-rails-3.0.0.rc3 vs test/test-helper.rb in pug-rails-3.0.0
- old
+ new
@@ -42,10 +42,10 @@
if Sprockets::VERSION.start_with?("2")
require "rake/sprocketstask"
Rake::SprocketsTask.new do |t|
t.environment = app.assets
- t.output = "#{app.config.paths["public"].to_a[0]}#{app.config.assets.prefix}"
+ t.output = "#{ app.config.paths["public"].to_a[0] }#{ app.config.assets.prefix }"
t.assets = app.config.assets.precompile
end
else
require "sprockets/rails/task"
Sprockets::Rails::Task.new(app)