Re: [rspec-users] Netbeans and .story files

2008-03-31 Thread Steve Rogers
On Mar 31, 2008, at 7:03 AM, Ashley Moran wrote: > Hi > > Is anyone here using NetBeans and story runner? NB doesn't > recognise .story files so I can't even do simple things like block > commenting lines (and the regex replace is temperamental). I tried > adding .story to the list of Rub

[rspec-users] View spec issue

2008-07-02 Thread Steve Rogers
I've been having some view spec issues, and I think I finally traced it to ground - it seems like setting a value in assigns like: assigns[:foo] = "baz" doesn't get used to build the path prefix for a route like: map.resources :widgets , :path_prefix => ':foo' To test it out, I created a