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
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
> &
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
?
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
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.
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
> 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
. 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
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
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
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
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
12 matches
Mail list logo