Re: [rspec-users] Putting shared specs in a separate file

2009-01-18 Thread LesFreeman
Hi all, Thanks for the great replies. This one was a total dunce cap mistake. I had somehow gotten the include for the shared files in before the include for rspec. Duh. I'm interested in the macros idea. I'll have to look into that more. Thanks again, Les On Jan 17, 3:48 pm, Nick Hoffman wr

Re: [rspec-users] Putting shared specs in a separate file

2009-01-17 Thread Nick Hoffman
On 2009-01-17, at 14:16, LesFreeman wrote: Hello, I am trying to move shared specs out of my spec_helper and into separate files. I found an article about the process here:http:// blog.kineticweb.com/articles/2008/04/15/automagical-rspec-shared- example-loading-from-separate-files Essentially, I

Re: [rspec-users] Putting shared specs in a separate file

2009-01-17 Thread Pat Maddox
On Sat, Jan 17, 2009 at 11:16 AM, LesFreeman wrote: > Hello, > I am trying to move shared specs out of my spec_helper and into > separate files. I found an article about the process here:http:// > blog.kineticweb.com/articles/2008/04/15/automagical-rspec-shared- > example-loading-from-separate-fil

[rspec-users] Putting shared specs in a separate file

2009-01-17 Thread LesFreeman
Hello, I am trying to move shared specs out of my spec_helper and into separate files. I found an article about the process here:http:// blog.kineticweb.com/articles/2008/04/15/automagical-rspec-shared- example-loading-from-separate-files Essentially, I created a spec/shared directory, then a file