Re: [rspec-users] works in script but not in rake

2007-10-30 Thread Eugene Bolshakov
Hi, I've came across it also and finally figured out the following: http://www.taknado.com/2007/10/30/poking-in-actioncontroller Thanks -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.or

[rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread Arthur Pétry
I've the same problem as Alastair when running rspec command : http://lists.macromates.com/pipermail/textmate/2007-October/022585.html ../spec/mate/runner.rb:34:in `run': undefined method `parse' for Spec::Runner::OptionParser:Class I fixed this for me by changing the offending line

Re: [rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread Alastair Moore
On 30 Oct 2007, at 14:20, Arthur Pétry wrote: > I've the same problem as Alastair when running rspec command : > > http://lists.macromates.com/pipermail/textmate/2007-October/022585.html > > ../spec/mate/runner.rb:34:in `run': undefined method `parse' for > Spec::Runner::OptionParser:Clas

Re: [rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread Arthur Pétry
Le 30 oct. 07 à 17:13, Alastair Moore a écrit : > Hi Arthur, > > I've since upgraded to Leopard and installed Rspec/Textmate etc. I > tried your patch but unfortunately it caused more errors. I'm still > having the same errors on a reasonably fresh Leopard install. > > /Users/alastair/Library/Appl

Re: [rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread David Chelimsky
On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> wrote: > This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal- > darwin9.0] on the full release of 10.5 Leopard. RSpec bundle is 2799 > and RSpec-1.0.8 (r2338) - BDD for Ruby http://rspec.rubyforge.org/ > > Little frustrating!

Re: [rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread Alastair Moore
On 30 Oct 2007, at 16:36, David Chelimsky wrote: > On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> wrote: >> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal- >> darwin9.0] on the full release of 10.5 Leopard. RSpec bundle is 2799 >> and RSpec-1.0.8 (r2338) - BDD for R

Re: [rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread Alastair Moore
On 30 Oct 2007, at 16:36, David Chelimsky wrote: > On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> wrote: >> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal- >> darwin9.0] on the full release of 10.5 Leopard. RSpec bundle is 2799 >> and RSpec-1.0.8 (r2338) - BDD for R

Re: [rspec-users] RSpec Texmate Bundle errors

2007-10-30 Thread Scott Taylor
On Oct 30, 2007, at 1:01 PM, Alastair Moore wrote: > > On 30 Oct 2007, at 16:36, David Chelimsky wrote: > >> On Oct 30, 2007 12:13 PM, Alastair Moore <[EMAIL PROTECTED]> >> wrote: >>> This is using ruby 1.8.6 (2007-06-07 patchlevel 36) [universal- >>> darwin9.0] on the full release of 10.5 Leop

[rspec-users] flash should be empty (typeError)?

2007-10-30 Thread Jamal Soueidan
Hi, I'm trying to test wether flash.now[:okay] is not empty, but I always get the following error. TypeError in 'UserController' can't convert String into Integer Can't I test the flash if they are not emtpy? Thanks for help :D //Jamal -- Posted via http://www.ruby-forum.com/. ___

Re: [rspec-users] flash should be empty (typeError)?

2007-10-30 Thread Jamal Soueidan
http://www.kerrybuckley.com/2007/07/04/correct-use-of-the-flash-in-rails/ for anyone else facing the same problem :) -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/r

[rspec-users] Am I missing something with Heckle?

2007-10-30 Thread Ashley Moran
Hi I can't get heckle working. In fact, I've built an example so simple that it either shows a bug, or I am being really, REALLY stupid. Heckle does not appear to support RSpec directly, so I'm trying to use spec --heckle (RSpec trunk as of 10 mins ago, Heckle 1.4.1). I've constructed thi