The project is in a healthy, maintained state
GSkip asset pipeline in tests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 6.1, < 7.3
 Project Readme

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