Matt Widmann

Results 71 comments of Matt Widmann

Yeah in my mind, a `.feature` file should basically compile down to an exunit test IMO... That way something like: ``` Feature: Test Stuff Scenario: Link to the test page...

Yeah the only issue I can see from basically generating source files is that when you want to override the generated source it may get annoying to discard the changes...

Yeah, that would make it clearer for sure. I'd like though to not have to define a `scenario_starting_state` and `scenario_finalize` for each context and do something like `use GlobalContextHelper`, but...

But then what if the user wants this to be different text, or international? Its so simple to create my first thought is that this could cause more problems than...

If this is a bug as you describe, it should be reproducible in a unit test. As such, if you can open a PR I would be willing to accept...

Ah hmmm yeah, thats not configurable. How would you suggest making that configurable? I'm not sure if we should introduce an order tuple or not, something like `{:previous, :first, :pages,...

I'm not sure that `edge` is quite clear enough. I'd like something more descriptive but theres nothing that immediately jumps to my mind...

I think something like `first_last_links: :outside` or `first_last_links: :inside` would be ok. Thats clear and self-explanatory. Though I still don't see why an order tuple wouldn't also work.

This looks fine to me. I don't have an application to try it out in other than the unit tests, can anyone confirm this branch is backwards compatible against a...

Sorry I missed this. If you'd like to submit a PR, I'd be willing to merge and release it if is a bug like you describe. Thanks for reporting!