Primitive values is basically No Problem.
But side-effective method is not equivalent to with_them,
because with_them create another ExampleGroup instance.
(ex. FactoryGirl.create)
I think that to solve this issue, we need to hook rspec-core, but it is difficult.
proc & instance_eval hack is still necessary.