Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Jul 1, 2011
1 parent 9e1024b commit fd2b552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/factory_girl/definition_proxy.rb
Expand Up @@ -56,7 +56,7 @@ def add_attribute(name, value = nil, &block)
# add_attribute :name, 'Billy Idol'
# end
#
# are equivilent.
# are equivalent.
#
# If no argument or block is given, factory_girl will look for a sequence
# or association with the same name. This means that:
Expand All @@ -73,7 +73,7 @@ def add_attribute(name, value = nil, &block)
# account
# end
#
# are equivilent.
# are equivalent.
def method_missing(name, *args, &block)
if args.empty? && block.nil?
@factory.define_attribute(Attribute::Implicit.new(name))
Expand Down

0 comments on commit fd2b552

Please sign in to comment.