On Oct 31, 2007 9:30 AM, pangel <[EMAIL PROTECTED]> wrote: > > Hey, I'm trying to configure autotest with rspec on cygwin but something is > going wrong. > > I made a very simple testing environment with a user.rb and user_spec.rb > file. Rspec works fine, but autotest outputs nothing - it just stays here, > idle. ^C doesn't display anything more. > > I can see it's running because I added require 'autotest/snarl' in my > .autotest file. And Snarl tells me "Autotest was started" when I start it, > and "autotest was reset" when I ^C. > > But absolutely no log, no information. Nothing happens either when I modify > a user.rb/user_spec.rb. Very strange. > > * Windows XP SP2 > * Ruby 1.8.6 > * RSpec 1.0.8 > * Zentest 3.6.1
Does it work w/ test/unit in the otherwise-same environment? > -- > View this message in context: > http://www.nabble.com/autotest-displays-no-output-tf4725432.html#a13510545 > Sent from the rspec-users mailing list archive at Nabble.com. > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
