Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appfolio/ae_skip_asset_pipeline

Skip asset pipeline in tests
https://github.com/appfolio/ae_skip_asset_pipeline

Last synced: about 2 months ago
JSON representation

Skip asset pipeline in tests

Awesome Lists containing this 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:

```ruby
group :test do
gem 'ae_skip_asset_pipeline'
end
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install ae_skip_asset_pipeline