Re: [rspec-users] Trying to spec all models

2010-09-17 Thread Ed Howland
Thanks David and Phillip. Phillip, I was reading about RSpec 2?'s filter capabilities and it seemed that you were working on a wrapper to dynamically adding a configure block when the wrapper was passed an option. David, I see the work in 2.1 for this and it is just what I need. I want to turn o

Re: [rspec-users] Trying to spec all models

2010-09-16 Thread Phillip Koebbe
On 2010-09-16 8:24 PM, Ed Howland wrote: On Thu, Feb 11, 2010 at 7:15 AM, Phillip Koebbe wrote: David Chelimsky wrote: On Thu, Feb 11, 2010 at 12:13 AM, Mike Sassakwrote: On Wed, Feb 10, 2010 at 10:17 PM, Phillip Koebbe wrote: When I do script/spec -c -f n spec/models/**/*_sp

Re: [rspec-users] Trying to spec all models

2010-09-16 Thread Craig Demyanovich
On Thu, Sep 16, 2010 at 9:24 PM, Ed Howland wrote: > Phillip, any updates on your efforts? > > I am keenly interested in a Cucumber tags like facility for RSpec Though I haven't been closely following RSpec 2, I think it's going to have tags much like Cucumber. Regards, Craig _

Re: [rspec-users] Trying to spec all models

2010-09-16 Thread David Chelimsky
On Sep 16, 2010, at 8:24 PM, Ed Howland wrote: > On Thu, Feb 11, 2010 at 7:15 AM, Phillip Koebbe > wrote: >> David Chelimsky wrote: >>> >>> On Thu, Feb 11, 2010 at 12:13 AM, Mike Sassak wrote: >>> On Wed, Feb 10, 2010 at 10:17 PM, Phillip Koebbe wrote: > > Wh

Re: [rspec-users] Trying to spec all models

2010-09-16 Thread Ed Howland
Phillip, any updates on your efforts? I am keenly interested in a Cucumber tags like facility for RSpec Cheers, Ed Ed Howland http://greenprogrammer.wordpress.com http://twitter.com/ed_howland On Thu, Feb 11, 2010 at 7:15 AM, Phillip Koebbe wrote: > David Chelimsky wrote: >> >> On Thu, Feb 1

Re: [rspec-users] Trying to spec all models

2010-02-11 Thread Phillip Koebbe
David Chelimsky wrote: On Thu, Feb 11, 2010 at 12:13 AM, Mike Sassak wrote: On Wed, Feb 10, 2010 at 10:17 PM, Phillip Koebbe wrote: When I do script/spec -c -f n spec/models/**/*_spec.rb I get /Library/Ruby/Gems/1.8/gems/rspec-1.3.0/lib/spec/runner/options.rb:283:in `files_to_l

Re: [rspec-users] Trying to spec all models

2010-02-10 Thread David Chelimsky
On Thu, Feb 11, 2010 at 12:13 AM, Mike Sassak wrote: > On Wed, Feb 10, 2010 at 10:17 PM, Phillip Koebbe > wrote: >> When I do >> >> script/spec -c -f n  spec/models/**/*_spec.rb >> >> I get >> >> /Library/Ruby/Gems/1.8/gems/rspec-1.3.0/lib/spec/runner/options.rb:283:in >> `files_to_load': File or

Re: [rspec-users] Trying to spec all models

2010-02-10 Thread Mike Sassak
On Wed, Feb 10, 2010 at 10:17 PM, Phillip Koebbe wrote: > When I do > > script/spec -c -f n  spec/models/**/*_spec.rb > > I get > > /Library/Ruby/Gems/1.8/gems/rspec-1.3.0/lib/spec/runner/options.rb:283:in > `files_to_load': File or directory not found: spec/models/**/*_spec.rb > (RuntimeError) >