/good-enough-testing-sample

A sample app used during the #GoodEnoughTesting workshop at goodenoughtesting.com

Primary LanguageRubyApache License 2.0Apache-2.0

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