Forum: RSpec autospec broken - non-rails project

Posted by Rick Denatale (rdenatale)
on 2008-11-25 23:22
(Received via mailing list)
For some reason, autospec has stopped working on one of my pure ruby
projects.

I'm not sure whether or not this was before of after I updated to RSpec
1.1.11.

Spec's which run fine using the textmate rspec bundle's runner fail with
autospec, with a 'undefined method describe' error.

I'm sure that it's some configuration error, but so far googling has not
brought any joy.

Any help appreciated.

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denhaven2.com/
Posted by Mark Wilden (Guest)
on 2008-11-25 23:31
(Received via mailing list)
On Tue, Nov 25, 2008 at 2:21 PM, Rick DeNatale 
<rick.denatale@gmail.com>wrote:

>
> 'undefined method describe' error.
>

This has nothing to do with your problem, but I thought it was kind of
funny. I was working on a little non-Rails project myself, and got the
'undefined method describe' error with the following code:

require 'rubygems'
require 'spec'

describe 'nothing' do
  it 'should fail' do
    1.should == 2
  end
end

What was especially frustrating was that this code worked perfectly well 
in
irb. I got as far as composing a message to post here, when I realized 
that
perhaps spec.rb was not the best name for this file. :)

///ark
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.