1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Fix instance variable name

This commit is contained in:
Joshua Clayton 2011-12-02 13:17:11 -05:00
parent b72c916903
commit 7b1bf021af

View file

@ -7,7 +7,7 @@ module FactoryGirl
end
def evaluator_class
@evaluator ||= Class.new(FactoryGirl::Evaluator)
@evaluator_class ||= Class.new(FactoryGirl::Evaluator)
end
def set(attribute)