> On Tue, Nov 25, 2008 at 1:23 PM, Alberto Perdomo
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Hi all,
>
>     i've gotten started with cucumber thanks to Fernando and Raimond who
>     gave a brilliant talk about cucumber at the Conferencia Rails in
>     Madrid a few weeks ago. Congratulations again guys!
>

Thanks!!!

> aslak hellesoy escribió:
> Currently you have to alias the 4-5 methods yourself. I recommend
> doing that in your env.rb file - and make sure the stepd_definitions
> files require env at the top.

For example, we've got these three aliases for our daily pleasure:

module Cucumber::StepMethods
  alias_method :Dado, :Given
  alias_method :Cuando, :When
  alias_method :Entonces, :Then
end

> I'll add an automatic alias of the methods so you don't have to do it
> manually. Next release.

Cool!!!
Nando

>
> Aslak
>  
>
>
>     Obviously my target is to write the features and step_definitions in
>     the same language, consistently throughout a project, depending on the
>     language spoken by the client.
>
>     Also, i am looking into a way of sharing common step_definitions,
>     maybe inside a folder features/common_step_definitions and maybe
>     require it in both profiles?
>
>     Any hints and suggestions very appreciated!
>
>     Cucumber is awesome! Keep rocking!
>     Alberto.
>     _______________________________________________
>     rspec-users mailing list
>     rspec-users@rubyforge.org <mailto:rspec-users@rubyforge.org>
>     http://rubyforge.org/mailman/listinfo/rspec-users
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users


-- 
Fernando García Samblas
[EMAIL PROTECTED]

The Cocktail
C/ Salamanca 17
28020 Madrid
+34 91 567 06 05

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

Reply via email to