Re: [rspec-users] Webrat or RSpec and Table Headers

2010-12-29 Thread Matt Wynne
On 29 Dec 2010, at 10:21, Matt Wynne wrote: > > On 29 Dec 2010, at 06:14, Shea Levy wrote: > >> Hi all, >> >> Suppose I have a table that lists all of my products, that includes a a >> Description somewhere in the first , and each product has its >> data held within a . After updating a >>

Re: [rspec-users] Webrat or RSpec and Table Headers

2010-12-29 Thread Matt Wynne
On 29 Dec 2010, at 06:14, Shea Levy wrote: > Hi all, > > Suppose I have a table that lists all of my products, that includes a a > Description somewhere in the first , and each product has its > data held within a . After updating a > product's description, I want to write something like: >

Re: [rspec-users] Webrat or RSpec and Table Headers

2010-12-28 Thread Jonathan Linowes
On Dec 29, 2010, at 1:14 AM, Shea Levy wrote: > Hi all, > > Suppose I have a table that lists all of my products, that includes a a > Description somewhere in the first , and each product has its > data held within a . After updating a > product's description, I want to write something like:

[rspec-users] Webrat or RSpec and Table Headers

2010-12-28 Thread Shea Levy
Hi all, Suppose I have a table that lists all of my products, that includes a a somewhere in the first , and each product has its data held within a . After updating a product's description, I want to write something like: within "tr#category#{category.id}" do under_header "Description" do