This is a simple Rails app to be used during the workshop.
- Install Ruby 3.3.4
bundle install
bin/rails db:create
bin/rails db:migrate
bin/rails test
Make sure all the above are working properly
A sample app used during the #GoodEnoughTesting workshop at goodenoughtesting.com
RubyApache-2.0