Skip to content

Commit

Permalink
run-the-test
Browse files Browse the repository at this point in the history
Now you can run your test.  In one terminal type:

    $ RAILS_ENV=test rake db:migrate
    $ script/server -e test -p 3001

And in another:

    $ rake test:acceptance

If you've done everything correctly, you should eventually see:

    1 tests passed, 0 tests failed
  • Loading branch information
bryanlarsen committed Feb 19, 2010
1 parent 4f686a9 commit b1ac98f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b1ac98f

Please sign in to comment.