Justin Searls

Results 72 issues of Justin Searls

Given a line like this: ``` Then { expect(:foo).to eqish arg_that {|arg| arg.kind_of?(String) } } ``` Asking the block passed to `arg_that` its `source` will return a string of the...

I had low expectations of method_source helping me, so I might be way out of bounds here. I'm writing a little gem called [arg-that](https://github.com/testdouble/arg-that) which provides a method that takes...

This seems like a regression of #269 In a very simple project if I have this Rakefile: ``` ruby require 'rake/testtask' Rake::TestTask.new do |t| t.libs.push 'test' t.pattern = 'test/**/test_*.rb' end...

Docs
Minitest

**Describe the bug** When an XML document contains non-predefined entities—even if the document defines those entities up-front—it will error when parsing with nokogiri's SAX parser. Note that this warning from...

needs/research
topic/entities

Users can now specify custom commands. This had been documented previously as using a `:` separator between module name and command in the string, but it was not implemented. Additionally,...

@neall and I were just trying to get started and because our project. For instance, if I try to add a blendid example project to testdouble.js's [collection of them here](https://github.com/testdouble/testdouble.js/tree/master/examples),...

question

Just wanted to share a different take on this jasmine spec that came to mind when you graciously tweeted it. A few aspects: 1. Uses the *-given DSL, which I...

Does what it says on the tin. Is only a lot ugly.

Tagging in @connorjclark if he'd be willing to look at these test failures: After updating to [email protected] (this PR https://github.com/testdouble/quibble/pull/72 ), `npm run test:esm` is failing in testdouble.js: ``` $...

There has been some intermittent discussion of how we can make the tdjs API feel terser for async functions, and support is good enough now that I think we can...

enhancement