A long-lived project that still receives updates
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
2025
 Dependencies

Runtime

>= 7, < 8.1
 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