Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 325 Bytes

File metadata and controls

23 lines (16 loc) · 325 Bytes

Here are the steps to set up the development environment:

##Setup the dummy host app:##

cd spec/dummy
bundle exec rake db:create db:migrate db:test:prepare

##Run the specs:##

From the root directory...

bundle exec rspec

##Run the dummy app:##

cd spec/dummy
bundle exec rails server