El 18/10/2007, a las 18:42, "David Chelimsky" <[EMAIL PROTECTED]>  
escribió:

> Easier to type, sure. I'm not in love w/ the names yet though because
> they sound like verb phrases - "given matcher", "when matcher", "then
> matcher".
>
> How about something like match_given, match_when, match_then?

That would be fine too. I mainly just wanted to avoid having to  
manually pass the symbol in.

Another alternative combining your suggestion with what Pat mentioned:

step_matchers do |match|
   match.given ...
   match.when ...
   match.then ...
end

Which has the nice side-effect of the user being able to say  
"matcher" or "m" or "foo" if he or she wants.

Cheers,
Wincent


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

Reply via email to