Rails Dummy App and test_helper.rb for testing gems
- Dummy app is in
test/dummy_appcopy this into yourtestorspecfolder test/test_helper.rbcontains some test setup, by default uses minitest, can easily switch to rspec.gitignorecontains some useful ignoresGemfilefor the dependencies, I prefer to just useGemfileinstead of thegemspecfor development dependencies
Created & Maintained by Weston Ganger - @westonganger