Ben Mabey wrote:
> aa aa wrote:
>>
>> what is going on here?!
>> It doesn't seem to be loading the plugin does it?
>>   
> Please post a runner file, your spec helper, and a steps file.
> 
> -Ben

odd, i changed the line in the all.rb from
>Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
to
>Dir[File.expand_path("#{dir}/*.rb")].uniq.each do |file|

and it worked....
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to