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 >> >> Whe

[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] 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] 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

[rspec-users] Run rake spec with a halt-on-errors mode?

2009-03-12 Thread Anton
eone could give me a hint... Thank you very much in advance, Anton ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] new in ruby and rspec testing

2008-01-18 Thread Anton Komarov
Hi to all I'm a new in ruby and RoR programming. And my problem is Rspec. I don't understand how to write test files in rspec. Maybe it's because I don't know ruby good. Can you send me links to fine examples/screencasts/e-books and other stuff. I found some on google but it not enough :( Thanks f

Re: [rspec-users] Rspec problem in testing RoR application

2008-01-18 Thread Anton Komarov
Thank you for your feedback. I'll try this and it's work now:) -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] Rspec problem in testing RoR application

2008-01-18 Thread Anton Komarov
c::VERSION::REV (NameError) from /var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing' from /home/anton/tele/trunk/vendor/plugins/rspec_on_rails/lib/spec/rails/version.rb:13 from /usr/lib/ruby/1.8/rubygems/custom_r

Re: [rspec-users] RSpec on Rails 2.0

2007-11-14 Thread Anton Kuzmin
David Chelimsky wrote: > On Nov 8, 2007 8:36 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: >> On Nov 8, 2007 8:21 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote: >> > Nothing its a fresh project with latest rails edge that i started to >> > learn rspec. >> >> Rails edge or 2.0 preview? >> > > I jus