Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appfolio/ae_skip_asset_pipeline
- Owner: appfolio
- Created: 2020-03-06T20:23:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T00:05:31.000Z (2 months ago)
- Last Synced: 2024-10-31T14:42:44.733Z (2 months ago)
- Language: Ruby
- Size: 866 KB
- Stars: 0
- Watchers: 66
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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