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: 3 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T15:17:58.000Z (7 months ago)
- Last Synced: 2025-04-02T16:54:50.412Z (3 months ago)
- Topics: ruby, ruby-on-rails, testing, testing-practices
- Language: Ruby
- Homepage: https://goodenoughtesting.com
- Size: 96.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
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