git clone
command has changed and no git switch
is needed now (see below)!new
create
edit
update
destroy
Continue to build upon the LimerIQ sample app from the first controller testing activity.
If you do not have the app from the first activity, you can get a copy to use for this activity:
git clone git@github.com:comp-7012-s25/testing-activity-app-2.git
cd testing-activity-app-2
bundle install
, rails db:migrate:reset
, etc.)