factory_bot
factory_bot copied to clipboard
Ensure factory options are a Hash
I accidentally typed
factory :thing, Thing do
# ...
end
and was confused by the error message.
This commit ensures that the options are a Hash, and gives an informative error message otherwise.