function it_should_retrieve_a_property() { $this->get('foo')->shouldReturn('bar'); $this->get('baz')->shouldReturn('quz'); }