Eric Pierce

Results 3 issues of Eric Pierce

This issue is a quick-and-dirty way for developers who are interested in improving doctest to discuss a plan of attack, at least until we have a more permanent home. I...

Some methods in kelp are checking whether `texts.class == String`, but with Cucumber's triple-quoted string block (`Cucumber::Ast::DocString`), this fails. Use `texts.is_a?(String)` or somesuch instead.

It would be great to have this packaged as a gem, with the run_ruby_slim.rb script installed as an executable (and possibly renamed to simply 'rubyslim'). This would make it easier...