Re: [rspec-users] [Cucumber] Directory Layout

2009-01-22 Thread aslak hellesoy
On Fri, Jan 23, 2009 at 1:05 AM, s.ross wrote: > On Jan 22, 2009, at 3:38 PM, David Chelimsky wrote: > > On Thu, Jan 22, 2009 at 4:51 PM, s.ross wrote: >> >>> I had a relatively flat layout and wanted to group like features together >>> so >>> I made it more hierarchical: >>> >>> features/ >>>

Re: [rspec-users] [Cucumber] Directory Layout

2009-01-22 Thread s.ross
On Jan 22, 2009, at 3:38 PM, David Chelimsky wrote: On Thu, Jan 22, 2009 at 4:51 PM, s.ross wrote: I had a relatively flat layout and wanted to group like features together so I made it more hierarchical: features/ messaging/ main_screen.feature message_page.feature steps/ main_sc

Re: [rspec-users] [Cucumber] Directory Layout

2009-01-22 Thread David Chelimsky
On Thu, Jan 22, 2009 at 4:51 PM, s.ross wrote: > I had a relatively flat layout and wanted to group like features together so > I made it more hierarchical: > > features/ > messaging/ >main_screen.feature >message_page.feature >steps/ > main_screen.rb > messaging_steps.rb >

[rspec-users] [Cucumber] Directory Layout

2009-01-22 Thread s.ross
I had a relatively flat layout and wanted to group like features together so I made it more hierarchical: features/ messaging/ main_screen.feature message_page.feature steps/ main_screen.rb messaging_steps.rb This may be just my boneheadedness, but when I do: cucumbe