You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know there was a solution discussed in #313 around a hash factory, and that may be a better solution to move forward with. Or possibly there are better options.
I would love to see this ability added to cucumber, as when working in the test data arrangement world it allows me to use factory girl more effectively without having to handling the conversion elsewhere.
If anyone else is interested in seeing a solution added for this I would love discuss it.
The text was updated successfully, but these errors were encountered:
@dmorgan3405 thanks for taking an interest. If you can put together a pull request with your solution and specs from http://github.com/dmorgan3405/cucumber-symbolic-hashes I'll be happy to merge it in. The hash factory idea was a lovely idea, but working code is much more valuable than nice ideas :)
I would like to reopen the discussion around #313
To solve the issue, I have been using a monkey patch for some time, and wrapped it up in a gem (cucumber-symbolic-hashes)
I know there was a solution discussed in #313 around a hash factory, and that may be a better solution to move forward with. Or possibly there are better options.
I would love to see this ability added to cucumber, as when working in the test data arrangement world it allows me to use factory girl more effectively without having to handling the conversion elsewhere.
If anyone else is interested in seeing a solution added for this I would love discuss it.
The text was updated successfully, but these errors were encountered: