Test -ror
From Sandoz
(Difference between revisions)
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...") |
Sandoz-admin (Talk | contribs) m (Protected "Test -ror" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
Revision as of 02:01, 14 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