Base repository for B2 assessments and diagnostics.
This repository requires and has been tested on Ruby v2.5.3 and is based on Rails 5.2.4.3.
RSpec and Shoulda-Matchers have been installed and set up.
- fork this repo
- clone your fork
git clone <paste_repo>
cd b2-mid-mod
bundle install
When you run bundle exec rspec
you should have 0 tests.
- Work on this assessment independently. DO NOT discuss with anyone.
- You are allowed to use any references including notes, Google, lesson plans, etc.
- Read each story carefully before you start working.
- Commit Frequently, about every 15 - 30 minutes
- Push your code to your fork once the time is up (not before!)
Once the time for the assessment is up, push your code to your fork and create a pull request to the turingschool-examples
repository. Include the following:
- Your Name
- A reflection on how you felt you did with this challenge and what story you got through
- TDD all new work
- model methods and relationships must be fully tested.
- No visual styling is required or expected
- You do not need to test for or create any model validations.
User stories will be released at the start of the assessment.