> What happens when you try it?
>
> (You *do* have the power to experiment, you know.  You don't need permission.)



C:\dev\ruby\old\arguments\spec>ruby arguments_spec.rb
arguments_spec.rb:5: undefined method `describe' for main:Object
(NoMethodError)


or adding a
require 'spec'
in there

C:\dev\ruby\old\arguments\spec>ruby arguments_spec.rb

C:\dev\ruby\old\arguments\spec> # (it output nothing)

adding
require 'spec/autorun' worked like a champ, however.

It's not clear from the github wiki where I would submit such a tidbit
of information.  Also is there a link to rdoc's somewhere?
Thanks!

-r
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to