Test -ror

From Sandoz

(Difference between revisions)
Jump to: navigation, search
Sandoz-admin (Talk | contribs)
(Created page with "How to test create a database: music_social_test then rake db:migrate RAILS_ENV=test then rake servers:start RAILS_ENV=test then rake spec should get all tests passing afte...")
Newer edit →

Revision as of 04:13, 1 December 2010

How to test

create a database: music_social_test

then rake db:migrate RAILS_ENV=test

then rake servers:start RAILS_ENV=test

then rake spec

should get all tests passing

after that then when u are running an individual test/spec u can run:

spec path/to/spec/file

Personal tools