Evan Light

Results 29 comments of Evan Light

Thanks for responding, Tim. I'm not ordinarily a cucumber guy but Pickler has become essential to one of my client projects. What I've done, on some other projects, is have...

It's moot. We've moved away from using the features (and Cucumber for that matter) as our primary TDD approach. And thank goodness that to too. So, sure, close if you...

As I understand it, tags are used primarily for running subsets of Cucumber features/scenarios/scenario outlines and allowing to logically AND and OR those tags as well. You could possibly do...

It's been a while but I'm considering adding this, or something like it, now.

In particular, this is closely related to https://github.com/elight/coulda/issues#issue/10

Coulda is internally built around Test::Unit::TestCase and it's subclasses. However, you are entirely welcome to submit a patch to add rspec support. I'm completely open to that.

Take a look at the code. The implementation is intentionally tiny. It's possible that RSpec integration may be relatively simple.

This is related to https://github.com/elight/coulda/issues#issue/9. Looking into it now.