-
Notifications
You must be signed in to change notification settings - Fork 143
Cuc refactor, remove reminants of web_steps.rb in favor of simple features #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Cole, Looks great! But can you resubmit without the Gemfile and Gemfile.lock and .rvmrc files? -- Daniel |
|
Hi Cole, Great work! I'd like to accept the pull request but commit 1e2f1b5 (https://github.com/thecatwasnot/rails3-devise-rspec-cucumber/commit/1e2f1b54292a2e32b4f732c8562365a94888e868) has a Gemfile, Gemfile.lock and .rvmrc file included. Can you drop those and resubmit? thanks!Daniel Kehoe On Monday, December 12, 2011 at 4:02 PM, Cole wrote:
|
|
I ended up doing some sorta bad git juju to get the files out, ended up with a forced push, so if you've got a local copy, probably should drop and re-pull it, sorry :/ |
|
I looked at it all online at GitHub so nothing local. Do you have a new pull request for me? Daniel Kehoe On Monday, December 12, 2011 at 4:56 PM, Cole wrote:
|
|
Nope, just updated this one. Should be good to go :) |
Refactor Cucumber step definitions, remove remnants of web_steps.rb in favor of simple features
|
Thanks for the contribution, Cole! -- Daniel |
Hi, since web_steps.rb got removed from cucumber for a reason, I thought I'd take a little time to fix the example cucumber features. I've not changed any functionality, only reworked the names and definitions of the steps to produce more maintainable features. There are, of course, further changes that could be made, but I thought I'd submit as-is to see if this is something you guys are interested in.