I am using Factory Girl to create two instances in my model/unit test for a Group. I am testing the model to check that a call to .current returns only the \'current\' groups ac
foo = build(:foo).tap{ |u| u.save(validate: false) }