documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Is before_filter which reloads Jammit assets needed on test environment? #105

Closed ono closed 13 years ago

ono commented 13 years ago

https://github.com/documentcloud/jammit/blob/master/lib/jammit/controller.rb#L90

Rails.env.test? is needed? This makes our test slow.

jashkenas commented 13 years ago

Tests pass without it ... so I guess not. I've removed it at SHA: bcbe8fe7bac450f733c4b3203cfc436485030701

ono commented 13 years ago

Thanks a lot!