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

https://github.com/westonganger/rails_dummy_app

Rails Dummy App and test_helper.rb for testing gems
https://github.com/westonganger/rails_dummy_app

gem-development gem-testing rails rails-dummy-app

Last synced: about 1 month ago
JSON representation

Rails Dummy App and test_helper.rb for testing gems

Awesome Lists containing this project

README

          

# Rails Dummy App

Rails Dummy App and test_helper.rb for testing gems

## The Files

- Dummy app is in `test/dummy_app` copy this into your `test` or `spec` folder
- `test/test_helper.rb` contains some test setup, by default uses minitest, can easily switch to rspec
- `.gitignore` contains some useful ignores
- `Gemfile` for the dependencies, I prefer to just use `Gemfile` instead of the `gemspec` for development dependencies

## Credits

Created & Maintained by [Weston Ganger](https://westonganger.com) - [@westonganger](https://github.com/westonganger)