Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucianghinda/good-enough-testing-sample
A sample app used during the #GoodEnoughTesting workshop at goodenoughtesting.com
https://github.com/lucianghinda/good-enough-testing-sample
ruby ruby-on-rails testing testing-practices
Last synced: about 1 month ago
JSON representation
A sample app used during the #GoodEnoughTesting workshop at goodenoughtesting.com
- Host: GitHub
- URL: https://github.com/lucianghinda/good-enough-testing-sample
- Owner: lucianghinda
- License: apache-2.0
- Created: 2024-09-04T13:02:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:48:12.000Z (about 2 months ago)
- Last Synced: 2024-10-06T18:38:38.530Z (about 1 month ago)
- Topics: ruby, ruby-on-rails, testing, testing-practices
- Language: Ruby
- Homepage: https://goodenoughtesting.com
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This is a simple Rails app to be used during the workshop.
# Install
1. Install Ruby 3.3.4
2. `bundle install`
3. `bin/rails db:create`
4. `bin/rails db:migrate`
5. `bin/rails test`Make sure all the above are working properly