I have this code: `Factory :user` which becomes `@let(:user) { Factory :user }` Why @let instead of let? Is this a known bug?
I have this code:
Factory :userwhich becomes
@let(:user) { Factory :user }Why @let instead of let?
Is this a known bug?