Re: [rspec-users] Problem running spec command for directory

2010-02-24 Thread Marcus Ahnve
On Sun, Feb 21, 2010 at 03:14:10PM -0600, David Chelimsky wrote: > On Sun, Feb 21, 2010 at 2:57 PM, Marcus Ahnve wrote: > > Hi, > > > > I have a problem running the spec command in Rspec 1.3.0 with a > > directory as parameter. > > > > A spec for a MongoMapper document that works when run directly

Re: [rspec-users] Problem running spec command for directory

2010-02-21 Thread David Chelimsky
On Sun, Feb 21, 2010 at 2:57 PM, Marcus Ahnve wrote: > Hi, > > I have a problem running the spec command in Rspec 1.3.0 with a > directory as parameter. > > A spec for a MongoMapper document that works when run directly such as > > $ spec spec/model/attendant_spec.rb > > works fine. But the very s

[rspec-users] Problem running spec command for directory

2010-02-21 Thread Marcus Ahnve
Hi, I have a problem running the spec command in Rspec 1.3.0 with a directory as parameter. A spec for a MongoMapper document that works when run directly such as $ spec spec/model/attendant_spec.rb works fine. But the very same spec run glob-style: $ spec spec fails with MongoMapper validati