WE MOVED TO ZULIP => https://dry-rb.zulipchat.com <=
container.register(‘foo’, singleton: true) { Foo.new }
container.register('foo', Foo.new)
Foo#call
container.register('foo', Foo.new, call: false)
register('blah', Blah.new)
rspec spec/unit/foo_spec.rb