> Hi Paul
>
> I use Merb extensively. Can you post your spec_helper? I may be able to
> help...
>
> Ashley
Hi Ashley
Many thanks for your offer.
If I create a new merb app (1.0.12) and model and then run rake spec,
all is well. However, if I copy its spec_helper into my own app, the
problems
Hi
I ran across the following when running spec on an old merb app.
$ cat spec/spec.opts
$ spec spec/models/topic_spec.rb
Options written to spec/spec.opts. You can now use these options with:
spec --options spec/spec.opts
$ cat spec/spec.opts
spec/models/topic_spec.rb
$ spec spec/models/topic_s