Results 5 comments of Tom Stuart

@jcoglan as a man in the Open Source Community I demand your labour time on this

An extra thing that would be really nice to build in here is for cursewords to move the cursor to the next space in the grid requiring input when you're...

Yea. I think defining a format for passing that information in the clue text is the first step, and we can decide on which behaviours are always present, and which...

Aha! Andy, you seem to be an excellent candidate for maintaining this now. Neither @thickpaddy nor I use Campfire any more, and I don't use Jenkins because I'm a cowboy...

The assert_\* methods are fine, in my opinion. It's what comes after that - e.g. ``` ruby assert_not_received(subject) { subject.has_received?.some_method } ``` We have to do this because you can't...