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:
parent
b72c916903
commit
7b1bf021af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue