Skip to content
forked from learn-tdd-in/rails

A sample project demonstrating how to do Test-Driven Development in Rails using RSpec.

Notifications You must be signed in to change notification settings

edos4/rails_tdd

 
 

Repository files navigation

SETUP

  1. bundle install
  2. yarn install --check-files
  3. bundle exec rails webpacker:install
  4. rails db:setup
  5. sudo apt-get install chromium-chromedriver

About

A sample project demonstrating how to do Test-Driven Development in Rails using RSpec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.1%
  • HTML 13.8%
  • JavaScript 8.5%
  • CSS 1.6%