A Bible memorization application
Unit tests: bundle exec rspec
Integration tests: bundle exec cucumber features
Javascript tests: npm test or npm run test:run
This project uses the Rails credentials system for managing sensitive configuration values like API keys. To edit credentials:
EDITOR="nano" rails credentials:edit
The master key is required for decryption and should never be committed to version control.
See the GitHub Wiki
If you make improvements to this application, please share with others.
- Fork the project on GitHub.
- Make your feature addition or bug fix.
- Commit with Git.
- Send a pull request.