https://github.com/appfolio/ae_skip_asset_pipeline
Skip asset pipeline in tests
https://github.com/appfolio/ae_skip_asset_pipeline
Last synced: 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T11:35:43.000Z (8 months ago)
- Last Synced: 2025-04-17T13:11:03.763Z (3 months ago)
- Language: Ruby
- Size: 1.05 MB
- Stars: 0
- Watchers: 65
- Forks: 0
- Open Issues: 4
-
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