Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 374 Bytes

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