Re: [rspec-users] spec failing to run specs when spec.opts is present on 1.2.9

2009-10-29 Thread Ashley Moran
On 29 Oct 2009, at 08:28, Paul Carey wrote: 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 listed above appear. So I think the source of the issue lies somewhere else. Have you upgraded the o

Re: [rspec-users] spec failing to run specs when spec.opts is present on 1.2.9

2009-10-29 Thread Paul Carey
> 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

Re: [rspec-users] spec failing to run specs when spec.opts is present on 1.2.9

2009-10-23 Thread Ashley Moran
On 22 Oct 2009, at 16:28, Paul Carey wrote: Outside of the old merb app, I wasn't able to duplicate this issue. I also copied the spec_helper from a newly created merb app (1.0.12) into the old app, but the issue persisted. Perhaps a library conflict might be to blame? Hi Paul I use Merb ex

Re: [rspec-users] spec failing to run specs when spec.opts is present on 1.2.9

2009-10-22 Thread David Chelimsky
On Oct 22, 2009, at 10:28 AM, Paul Carey wrote: > 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

[rspec-users] spec failing to run specs when spec.opts is present on 1.2.9

2009-10-22 Thread Paul Carey
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