On Thu, Apr 30, 2009 at 10:04 PM, David Chelimsky <dchelim...@gmail.com> wrote:
> On Thu, Apr 30, 2009 at 2:55 PM, Andrew Timberlake
> <and...@andrewtimberlake.com> wrote:
>> It gives me the same error when I run
>> rake spec
>> spec specs/
>> or
>> autospec
>>
>> It also gives the same error with specs like
>> it { should_not be_nil }
>> and
>> it { should respond_to(:name) }
>
> Those are internal to rspec and I can assure you they have descriptions.
>
> I'm mystified. Anybody else on this list have a similar experience?
>
>

Managed to find the problem, the class ProductTemplate wasn't being
loaded so "it" wasn't working on an object.
The error is not very useful in this situation but I'm moving forward again.

Thanks for the help

Andrew Timberlake
http://ramblingsonrails.com
http://www.linkedin.com/in/andrewtimberlake

"I have never let my schooling interfere with my education" - Mark Twain
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to