<div dir="ltr">I'm surprised nobody mentioned (yet) the possibility of refactoring these into page object models. Our team has been discussing this for a while now, and I think that considering the size of our codebase it has gone a bit out of hand.<div>
<br></div><div>I personally still don't like this style even after working with it for a year now. Mostly because we still have the habit of defining these on the describe block scope (1) instead of making proper modules (that and using the private keyword for some reason :sigh:...). I think at this point the team would be happy to have a mix of this (for readability) and using page object models behind the scene to have a meaningful way of organising our feature test code.<br>
</div><div><br></div><div>If anyone has experience with page object models I would be interested to hear how it did go.</div><div><br></div><div>(1) Also, if defined on the define block, my ctag doesn't seem to pick it up :cry:.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 26, 2014 at 2:17 PM, Paul Battley <span dir="ltr"><<a href="mailto:pbattley@gmail.com" target="_blank">pbattley@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 26 July 2014 12:32, Kerry Buckley <<a href="mailto:kerryjbuckley@gmail.com">kerryjbuckley@gmail.com</a>> wrote:<br>

> Cucumber-vim supports jumping to step definitions with ctrl-].<br>
<br>
</div>Brilliant! Somehow I never realised that. Despite having a version of<br>
vim-cucumber *that actually supports jumping*, I was absolutely sure<br>
that it wasn't possible. And absolutely wrong.<br>
<span class="HOEnZb"><font color="#888888"><br>
Paul.<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</div></div></blockquote></div><br></div>