Re: [rspec-users] Tests for my gem cannot find classes in gems lib directory ..

2009-04-22 Thread Matt Wynne
On 22 Apr 2009, at 01:43, Anthony Broad-Crawford wrote: I am writing a gem and using RSpec to drive my development. However, whenever I describe a class within the gems lib I get an uninitialized constant error. I am placing my folder structure, spec.rake and first spec below. I feel I

[rspec-users] Tests for my gem cannot find classes in gems lib directory ..

2009-04-21 Thread Anthony Broad-Crawford
I am writing a gem and using RSpec to drive my development. However, whenever I describe a class within the gems lib I get an uninitialized constant error. I am placing my folder structure, spec.rake and first spec below. I feel I must be missing something obvious. Additionally, I did o