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