Sha256: 88bb677407819a957e6a325db1bd62fdddc7e9bade56eb48f304b0fcc323d96a
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
# Rails::Sandbox::Assets Customize your test runner while taking advantage of the Rails asset pipeline. ## Installation Add this line to your application's Gemfile: gem 'rails-sandbox-assets' And then execute: $ bundle ## Usage $ rake sandbox_assets:serve Follow the instructions in http://localhost:5000 for how to override the void bundled test-runner. ## Settings TODO: Talk about the engine config options ## Examples TODO: Add some examples, like Jasmine and Mocha/Chai.js. TODO: Also release some other gems for those frameworks on top of this one. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-sandbox-assets-0.0.1 | README.md |