[rspec-users] Halting rake rspec

2009-09-15 Thread Anton Trapp
Short question: How can I stop a rspec rake task without having to wait for about 5 minutes (1 ctrl-c keypress autorepeat for every test case)? -- View this message in context: http://www.nabble.com/Halting-rake-rspec-tp25459998p25459998.html Sent from the rspec-users mailing list archive at Nab

Re: [rspec-users] Halting rake rspec

2009-09-15 Thread David Chelimsky
Right now there is no way. Please file a feature request at http://rspec.lighthouseapp.com. Cheers, David On Tue, Sep 15, 2009 at 2:12 PM, Anton Trapp wrote: > > Short question: How can I stop a rspec rake task without having to wait for > about 5 minutes (1 ctrl-c keypress autorepeat for every

Re: [rspec-users] Halting rake rspec

2009-09-15 Thread Stephen Eley
On Tue, Sep 15, 2009 at 3:12 PM, Anton Trapp wrote: > > Short question: How can I stop a rspec rake task without having to wait for > about 5 minutes (1 ctrl-c keypress autorepeat for every test case)? 1. ps ax | grep rake 2. (look at the process id in the lefthand column) 3. kill -9 [process id]

[rspec-users] Problems while loading 'spec/stubs/cucumber'

2009-09-15 Thread Rodrigo Flores
Hi I'm reading the rspec book and I'm having problems when I require the file 'spec/stubs/cucumber'. When I go to an IRB prompt and type require 'spec/stubs/cucumber' after requiring another libraries [1] I get the false in 'spec/expectations' and an error in 'spec/stubs/cucumber'. The error messag

Re: [rspec-users] Halting rake rspec

2009-09-15 Thread Chris Hoeppner
Unix always has an answer =) Stephen Eley escribió: On Tue, Sep 15, 2009 at 3:12 PM, Anton Trapp wrote: Short question: How can I stop a rspec rake task without having to wait for about 5 minutes (1 ctrl-c keypress autorepeat for every test case)? 1. ps ax | grep rake 2. (look at the

Re: [rspec-users] Problems while loading 'spec/stubs/cucumber'

2009-09-15 Thread Ben Mabey
Rodrigo Flores wrote: Hi I'm reading the rspec book and I'm having problems when I require the file 'spec/stubs/cucumber'. When I go to an IRB prompt and type require 'spec/stubs/cucumber' after requiring another libraries [1] I get the false in 'spec/expectations' and an error in 'spec/stub

Re: [rspec-users] Problems while loading 'spec/stubs/cucumber'

2009-09-15 Thread David Chelimsky
On Tue, Sep 15, 2009 at 7:51 PM, Ben Mabey wrote: > Rodrigo Flores wrote: >> >> Hi >> >> I'm reading the rspec book and I'm having problems when I require the file >> 'spec/stubs/cucumber'. When I go to an IRB prompt and type require >> 'spec/stubs/cucumber' after requiring another libraries [1] I

Re: [rspec-users] Halting rake rspec

2009-09-15 Thread Anton Trapp
Thank you for both answers! -- View this message in context: http://www.nabble.com/Halting-rake-rspec-tp25459998p25465982.html Sent from the rspec-users mailing list archive at Nabble.com. ___ rspec-users mailing list rspec-users@rubyforge.org http://

[rspec-users] How to report rspec bugs in lighthouse?

2009-09-15 Thread Anton Trapp
http://rspec.lighthouseapp.com -> Sign up -> The page at signup was not found Where is the bug tracker for lighthouse and hopefully lighthouse is not used to track the bugs ;) -- View this message in context: http://www.nabble.com/How-to-report-rspec-bugs-in-lighthouse--tp25466003p25466003.html

Re: [rspec-users] How to report rspec bugs in lighthouse?

2009-09-15 Thread David Chelimsky
On Wed, Sep 16, 2009 at 12:04 AM, Anton Trapp wrote: > > http://rspec.lighthouseapp.com -> Sign up -> The page at signup was not found > > Where is the bug tracker for lighthouse and hopefully lighthouse is not used > to track the bugs ;) http://help.lighthouseapp.com/ HTH, David ___

Re: [rspec-users] How to report rspec bugs in lighthouse?

2009-09-15 Thread Anton Trapp
Thanks! Didn't thought that the registration works there ;) David Chelimsky-2 wrote: > > On Wed, Sep 16, 2009 at 12:04 AM, Anton Trapp > wrote: >> >> http://rspec.lighthouseapp.com -> Sign up -> The page at signup was not >> found >> >> Where is the bug tracker for lighthouse and hopefully lig