Hi I''m pretty new to Rails (i.e. I''ve only been reading about it/trying things out for a couple of days), and I''ve been reading about running unit and functional tests with Rails. I''ve tried running the tests with just a generated controller (no extra code added), but I keep getting: C:\rubyapps\myapp>rake test_units (in C:/rubyapps/myapp) rake aborted! No connection could be made because the target machine actively refused it. - connect(2) ./rakefile:151 I also tried running it with WEBbrick running but I still got that message. The app runs fine, just the tests don''t seem to want to run. Thanks in advance, Elliot