a) I use it
b) I know what it is, but I don't use it
c) Transform - whazzat?
Cheers,
Aslak
> --
> You received this message because you are subscribed to the Google Groups
> "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to
> cukes+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cukes?hl=en.
>
--
πόλλ' οἶδ ἀλώπηξ, ἀλλ' ἐχῖνος ἓν μέγα
[The fox knows many things, but the hedgehog knows one big thing.]
Archilochus, Greek poet (c. 680 BC – c. 645 BC)
http://wiki.hedgehogshiatus.com
c) whazzat?
Chris
I love Transform, it's super awesome!
/Jonas
B
Les Hill gave a talk on Cucumber and included it at MagicRuby.
I've been using Pickle exclusively since I saw somebody using it in one of our projects. It's like a replacement for Pickle?
~ jf
--
John Feminella
Principal Consultant, BitsBuilder
LI: http://www.linkedin.com/in/johnxf
SO: http://stackoverflow.com/users/75170/
but now that I know, I want to start using it :)
> --
> You received this message because you are subscribed to the Google Groups "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
>
-- jonathan linowes
parkerhill technology group llc
jona...@parkerhill.com
office: 603-838-2884
tech blog: http://vaporbase.com
personal tumblog: http://jon.linow.es
facebook: http://facebook.com/jon.linowes
twitter: @linojon
> c
>
> but now that I know, I want to start using it :)
Actually yes, I should amend my previous answer to this! Looks like a really handy feature.
Chris
I suppose I'm an (a) but I've only just use a transform for the first time last week to handle a situation where I needed to transform boolean values out of a cucumber table. I've never used them before because I never needed to. Pickle does the job for me very well.Michael.
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Tom ten Thij
Unboxed Consulting, http://unboxedconsulting.com
T: +44 20 3137 2943 F: +44 20 7183 4251
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
C
> I'd like to gauge a lesser known feature of Cucumber - Transform.
> Which category are you in?
>
> a) I use it
> b) I know what it is, but I don't use it
> c) Transform - whazzat?
>
I was in a) for a while, but now I'm in b). I prefer helper methods.
Mike
I was in a) for a while, but now I'm in b). I prefer helper methods.
I found this helpful
http://www.engineyard.com/blog/2009/cucumber-step-argument-transforms/
--
--
DK
AIM: DKroot1, Skype: DKroot
I'd like to gauge a lesser known feature of Cucumber - Transform.
Which category are you in?
a) I use it
b) I know what it is, but I don't use it
c) Transform - whazzat?
Cheers,
Aslak
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
> --
> You received this message because you are subscribed to the Google Groups "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
>
Simon Harris
--
w: http://www.harukizaemon.com/
e: haruki...@mac.com
m: +61 417 505 611
t: @haruki_zaemon
http://www.cheezyworld.com/2011/02/20/transforming-my-cukes/
-Cheezy
On Sun, Feb 20, 2011 at 11:35 AM, Robert <rest...@gmail.com> wrote:
> c
> I'd like to gauge a lesser known feature of Cucumber - Transform.
> Which category are you in?
>
> a) I use it
> b) I know what it is, but I don't use it
> c) Transform - whazzat?
b)
Too me it seems like an additional layer of magic, that makes
it harder to understand what's going. I was multiple times
about to use Transforms and fell back to explicit transformations
each time.
Once one gets accustomed to "magic tools" however, they become
all "normal", so it might just be that I've not taken that last
step of using Transforms casually...
Thanks for having created Cucumber, I find the tool very helpful,
*t
a.
and just as a note, I'm pretty sure pickle predates transforms.
We set transforms up in step definitions so we can easily refer to
'the user' and so on in later steps. Works very nicely for us, and
much cleaner than pickle (imho).
Rob, did you see this idea:
https://rspec.lighthouseapp.com/projects/16211-cucumber/tickets/702
The idea is basically that Cucumber::RbSupport::RbTransform#to_s returns a regexp string that you can use in your step definitions, so you don't have to duplicate the phrase everywhere. It's then run on a bit...
cheers,
Matt
ma...@mattwynne.net
07974 430184