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
- Host: GitHub
- URL: https://github.com/westonganger/rails_dummy_app
- Owner: westonganger
- Created: 2020-09-30T03:24:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T03:54:08.000Z (over 5 years ago)
- Last Synced: 2025-03-27T19:26:11.356Z (about 1 year ago)
- Topics: gem-development, gem-testing, rails, rails-dummy-app
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)