Skip to content

allow chained method stubs during double creation

Created by: tjwallace

Simple change to allow this:

foo = double(:foo, "bar.baz" => "chained")
foo.bar.baz # => "chained"

Merge request reports