[rspec-users] weirdness with rake spec!
David Chelimsky
dchelimsky at gmail.com
Wed Jun 23 15:41:49 EDT 2010
On Jun 23, 2010, at 1:38 PM, Patrick J. Collins wrote:
>> Is this a rails helper module? Is the spec in spec/helpers?
>
> Well it's not a module-- as in it's not getting mixed into any other class.
> It's just being instantiated from helpers (and inside the spec).. But
> since it utilizes helper methods, I did put it in the helpers folder-- It's
> actually in:
>
> spec/helpers/renderers
Why not just use a rails helper? Then you get all the other helpers and environment for free.
More information about the rspec-users
mailing list