> You should be able to make your own module of helpers and include it into
> Spec::Story::World
>
> module Spec::Story::World
>   def your_helper_method
>      # i should have access to everything I need
>   end
>end

brilliant, worked like a charm thanks :)

If you will indulge a ruby newb question for a moment - how could I
have worked this out for myself?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to