From b1ac98f80ce57c9d65a16839d4b8252b0ebd1d09 Mon Sep 17 00:00:00 2001 From: Bryan Larsen Date: Fri, 19 Feb 2010 15:39:35 -0500 Subject: [PATCH] run-the-test 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