AeSkipAssetPipeline
This gem provides functionality to skip the asset pipeline during test. It's most useful for controller/functional tests.
Installation
Add this line to your application's Gemfile:
group :test do
gem 'ae_skip_asset_pipeline'
end
And then execute:
$ bundle
Or install it yourself as:
$ gem install ae_skip_asset_pipeline