Re: [rspec-users] Problems using config.extend(Macro)

2012-01-10 Thread Ants Pants
On 10 January 2012 18:29, David Chelimsky wrote: > On Tue, Jan 10, 2012 at 10:30 AM, Ants Pants > wrote: > > > > > > On 10 January 2012 14:56, David Chelimsky wrote: > >> > >> On Jan 10, 2012, at 7:21 AM, Ants Pants wrote: > >> > >> > Under Ruby 1.8.7 - Rails 2.3.11 - Rspec 1: > >> > > >> > I h

Re: [rspec-users] Problems using config.extend(Macro)

2012-01-10 Thread David Chelimsky
On Tue, Jan 10, 2012 at 10:30 AM, Ants Pants wrote: > > > On 10 January 2012 14:56, David Chelimsky wrote: >> >> On Jan 10, 2012, at 7:21 AM, Ants Pants wrote: >> >> > Under Ruby 1.8.7 - Rails 2.3.11 - Rspec 1: >> > >> > I have model_macros.rb under spec/spec_helpers and it runs beautifully. >> >

Re: [rspec-users] Problems using config.extend(Macro)

2012-01-10 Thread Ants Pants
On 10 January 2012 14:56, David Chelimsky wrote: > On Jan 10, 2012, at 7:21 AM, Ants Pants wrote: > > > Under Ruby 1.8.7 - Rails 2.3.11 - Rspec 1: > > > > I have model_macros.rb under spec/spec_helpers and it runs beautifully. > > > > Dir[File.expand_path(File.join(File.dirname(__FILE__), 'spec_h

Re: [rspec-users] Problems using config.extend(Macro)

2012-01-10 Thread David Chelimsky
On Jan 10, 2012, at 7:21 AM, Ants Pants wrote: > Under Ruby 1.8.7 - Rails 2.3.11 - Rspec 1: > > I have model_macros.rb under spec/spec_helpers and it runs beautifully. > > Dir[File.expand_path(File.join(File.dirname(__FILE__), 'spec_helpers', '**', > '*.rb'))].each { require f } > config.extend