It works! I simply created a /spec directory and moved user_spec.rb to /spec/spec_user.rb
I'll stick with this solution for now. The integration with snarl is alright just not perfectly stable, sometimes snarl 'forgets' to signal me a change in the test results. Anyway, to answer your questions: - I tried rake spec but it says 'rake aborted, no rake file found, etc...'. I googled quite a bit but I really have no idea what code I should but in rakefile.rb. - yes, I installed all my gems from cygwin. - I simply go into rspec_user/ and type "autotest" sinclair bain-2 wrote: > > Pangel, > I run autotest on cygwin so it can work ... :) > > Does rake spec work ? > > Have you installed all gems in cygwin ? > > How are you starting autotest ? > > > > On 10/31/07, pangel <[EMAIL PROTECTED]> wrote: >> >> >> I am quite a beginner so maybe I'm not looking into the right place, but >> I >> don't think I have a spec.opts file. >> >> The same problem (ie no output with autotest) happens with Test::Unit. >> >> As a cygwin user, do I still need win32console? Just occured to me. >> >> Also, to make sure I didn't forget something obvious, this is how my >> files >> are setup: (I used David Chelimsky's Introduction tutorial) >> >> /rspec_testing/.autotest ( http://pastie.caboo.se/112757 >> http://pastie.caboo.se/112757 ) >> /rspec_testing/user.rb ( http://pastie.caboo.se/112758 >> http://pastie.caboo.se/112758 ) >> /rspec_testing/user_spec.rb (http://pastie.caboo.se/112759) >> >> >> David Chelimsky-2 wrote: >> > >> > On Oct 31, 2007 10:44 AM, Lee Irving <[EMAIL PROTECTED]> wrote: >> >> As you are on Windows can I suggest you try removing all of the >> options >> >> from >> >> your spec.opts file >> > >> > Or you can just remove that file :) >> > >> >> and try again. You need to do this with native windows >> >> but not sure about cygwin. >> >> >> >> Worth a try. >> >> >> >> >> >> >> >> On 10/31/07, David Chelimsky <[EMAIL PROTECTED]> wrote: >> >> > 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 >> >> > >> >> >> >> >> >> _______________________________________________ >> >> 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 >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/autotest-displays-no-output-tf4725432.html#a13513503 >> Sent from the rspec-users mailing list archive at Nabble.com. >> >> _______________________________________________ >> rspec-users mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/rspec-users >> > > > > -- > > > Cheers! > sinclair > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > -- View this message in context: http://www.nabble.com/autotest-displays-no-output-tf4725432.html#a13515681 Sent from the rspec-users mailing list archive at Nabble.com. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
