Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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