Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 331 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 331 Bytes

General

Set up

rake db:create
rake db:migrate
rake db:test:prepare

rails s

Running Tests

Run can run all the tests in the suite with:

rake

or run just the ingtegration tests with:

rspec spec/integration

or a single test:

rspec spec/integration/application_spec.rb