[rspec-users] Rspec Rails 1.2.7.1

2009-07-21 Thread Peer Allan
Hello all, Trying to update to rspec 1.2.8, but I keep getting rspec-rails 1.2.7.1, is that what I should be expecting? Peer ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Testing a FormBuilder

2009-06-22 Thread Peer Allan
Yep, that solved it. Thanks! On Mon, Jun 22, 2009 at 3:02 PM, David Chelimsky wrote: > On Mon, Jun 22, 2009 at 2:57 PM, Peer Allan > wrote: > > Thanks David, I completely missed that in your first response. > > No problem. Let me know if it helps :) > > > Peer > &

Re: [rspec-users] Testing a FormBuilder

2009-06-22 Thread Peer Allan
Thanks David, I completely missed that in your first response. Peer On Mon, Jun 22, 2009 at 2:31 PM, David Chelimsky wrote: > On Mon, Jun 22, 2009 at 2:07 PM, Peer Allan > wrote: > > Still having trouble, here is my code. > > Code: > > class MyFormBuilder < Actio

Re: [rspec-users] Testing a FormBuilder

2009-06-22 Thread Peer Allan
? peer On Mon, Jun 22, 2009 at 12:57 PM, David Chelimsky wrote: > On Mon, Jun 22, 2009 at 12:53 PM, Peer Allan > wrote: > > Hello all, > > In a bit of a conundrum here. I have a custom form builder I am trying > to > > test and can't seem to get it to work. I

[rspec-users] Testing a FormBuilder

2009-06-22 Thread Peer Allan
Hello all, In a bit of a conundrum here. I have a custom form builder I am trying to test and can't seem to get it to work. I found this http://www.pathf.com/blogs/2007/12/rspec-and-rails/ which helps in that it points me to the HelperExampleGroup to get the @template methods I am going to need.

Re: [rspec-users] (x)HTML Parsing Errors, Cuc 0.2.0 + Rspec 1.2

2009-04-07 Thread Peer Allan
Thanks Peer Allan Development Team Lead, e-Business CanadaDrugs.com 24 Terracon Place Winnipeg, MB, Canada R2J 4G7 Phone: (204) 654-7951 Fax: (204) 654-7910 www.canadadrugs.com > From: Peer Allan > Reply-To: rspec-users > Date: Tue, 07 Apr 2009 09:53:23 -0500 > To: rspec-user

Re: [rspec-users] (x)HTML Parsing Errors, Cuc 0.2.0 + Rspec 1.2

2009-04-07 Thread Peer Allan
> This is going to sound a lot like buck-passing, but the have_tag > matcher in rspec-rails is a wrapper for Rails' assert_select, which is > what does the actual parsing. So if the fix is to make it more > tolerant of poorly formatted XHTML, that's going to have to go to the > rails project. > Y

Re: [rspec-users] (x)HTML Parsing Errors, Cuc 0.2.0 + Rspec 1.2

2009-04-07 Thread Peer Allan
. Thanks. For reference, we are using: rspec 1.2.2 Rails 2.3.2 Cucumber 0.2.3 webrat 0.4.3 (patched http://github.com/mmurphy/webrat/tree/master) Selenium client 1.2.14 Haml 2.0.9 Peer > From: Peer Allan > Reply-To: rspec-users > Date: Tue, 24 Mar 2009 13:02:31 -0500 > To: > Subject

Re: [rspec-users] Rspec 1.2.2 unpacking

2009-04-03 Thread Peer Allan
out what it is I will let you know. Thanks! Peer Allan Development Team Lead, e-Business CanadaDrugs.com 24 Terracon Place Winnipeg, MB, Canada R2J 4G7 Phone: (204) 654-7951 Fax: (204) 654-7910 www.canadadrugs.com > From: David Chelimsky > Reply-To: rspec-users > Date: Thu, 2 Ap

[rspec-users] Rspec 1.2.2 unpacking

2009-04-02 Thread Peer Allan
Hello all, I am trying to unpack rspec 1.2.2 and rspec-rails 1.2.2 into my application. I have them included in the test.rb environment file with config.gem options as described on the Rspec github site. I can unpack rspec-rails without issue, but when I try to do rspec nothing happens. I mean t

[rspec-users] (x)HTML Parsing Errors, Cuc 0.2.0 + Rspec 1.2

2009-03-24 Thread Peer Allan
Hello all, I have some cucumber features that are making me scratch my head. After updating the Rspec 1.2 my features are now generating thousands of "ignoring attempt to close tag with other tag" when I run them. The W3C validator tells me that the XHTML is valid. The good news is that the test

[rspec-users] Route failure with Rails2.3 and rspec1.2

2009-03-16 Thread Peer Allan
uot;action"=>"update", "id"=>"1", "controller"=>"vendor_purchase_orders", "company_id"=>"company-name"}>, difference: <{"action"=>"update"}> As you may have guessed the route is defined like so: Map.resources :companies do |c| c.resources :purchase_orders End Any ideas? Peer Allan ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users