Re: [rspec-users] Rspec matchers confused by hashes?

2013-05-02 Thread Kwasi Mensah
On Thu, May 2, 2013 at 6:29 PM, Vighnesh Rege wrote: > > On Thu, May 2, 2013 at 3:01 PM, Kwasi Mensah wrote: > >>@test_hash["foobar"].size should be 1 >> > > Shouldn't there be a dot between size and should? > Also, shouldn't the expect

Re: [rspec-users] Rspec matchers confused by hashes?

2013-05-02 Thread Kwasi Mensah
sorry if this gets posted twice. I accidentally sent this before I was confirmed for the mailing list. On Thu, May 2, 2013 at 5:11 PM, Kwasi Mensah wrote: > I'm having trouble with one of my rspecs and it's coming down to the tests > being confused about what the subject is. H