Displaying 1 result from an estimated 1 matches for "journal_stories_test".
2007 Aug 08
3
rspec with autotest on a windows machine
...reencast and I am able to run autotest with no
problems:
D:\ruby\projects\journal_app>autotest
loading autotest/rails
c:\ruby\bin\ruby -rrubygems -e "require ''redgreen''" -I.;lib;test
-rtest/unit -e "%w[test/functional/journals_controller_test.rb
test/integration/journal_stories_test.rb test/unit/journal_test.rb].each {
|f| require f }" | unit_diff -u
Loaded suite -e
Started
................
Finished in 1.265 seconds.
16 tests, 33 assertions, 0 failures, 0 errors
Note: I am running Rails 1.2.3 and ZenTest v 3.6.1 on a Windows machine
(sad, I know, but we''ve discu...