Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 402 Bytes

README

bundle install
npm i -g yarn (if you don't have it already)
yarn install
bundle exec rails db:create (db steps just needed to make rails happy at boot, nothing stored in DB)
bundle exec rails db:migrate
bundle exec rspec

Should run the spec/system/basic_spec.rb file.

Use the following command in a pry session to see the JS errors page.driver.browser.manage.logs.get(:browser)