[rspec-users] surprising...

2009-11-28 Thread rogerdpack
It is somewhat surprising to me, as a newbie, to have to assert a.should be_a(Hash) That extra space in there feels awkward. Suggestion: allow for constructs like a.should.be_a(Hash) Thoughts? Much thanks. -r ___ rspec-users mailing list rspec-users@r

Re: [rspec-users] spork doesn't find helpers

2009-11-28 Thread Matt Wynne
I should try asking about this on http://groups.google.com/group/sporkgem On 28 Nov 2009, at 00:52, Martin wrote: I forgot to tell you the versions I'm using: spork: 0.7.3 rspec: 1.2.9 rails: 2.3.5 Hi, I'm running into a problem with spork: The helper methods in app/helpers/simpler_helper.r