On Tue, Dec 2, 2008 at 12:12 PM, Mark Wilden <[EMAIL PROTECTED]> wrote:
> On Tue, Dec 2, 2008 at 9:01 AM, Rick DeNatale <[EMAIL PROTECTED]>wrote: > > >> $ autospec >> loading autotest/rspec >> /opt/local/bin/ruby -S spec/lib/v_date_time_property_spec.rb >> spec/lib/v_date_property_spec.rb spec/lib/v_property_spec.rb >> spec/lib/parser_spec.rb spec/lib/t_z_info_vtimezone_spec.rb >> spec/lib/v_date_time_property_spec.rb:8: warning: parenthesize argument(s) >> for future version >> spec/lib/v_date_time_property_spec.rb:12: warning: parenthesize >> argument(s) for future version >> spec/lib/v_date_time_property_spec.rb:4: undefined method `describe' for >> main:Object (NoMethodError) >> > > Are you requiring 'spec' anywhere? > Adding require 'spec' at the top of the .autospec file doesn't change anything. I didn't mention (this time) that the specs run fine if I use: * cmd-R in Textmate to run them via the RSpec bundle. * using rake spec * individually using the spec command. The problem seems to lie in something missing in the autotest/autospec setup. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
