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
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
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