mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Version 1.2.5. Moved VERSION constant up a directory.
This commit is contained in:
parent
3ae597b249
commit
389ec8f295
2 changed files with 4 additions and 2 deletions
|
@ -20,3 +20,7 @@ require 'factory_girl/railtie'
|
||||||
def Factory (name, attrs = {})
|
def Factory (name, attrs = {})
|
||||||
Factory.default_strategy(name, attrs)
|
Factory.default_strategy(name, attrs)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Factory
|
||||||
|
VERSION = "1.2.5"
|
||||||
|
end
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
class Factory
|
class Factory
|
||||||
VERSION = "1.2.5.beta1"
|
|
||||||
|
|
||||||
# Raised when a factory is defined that attempts to instantiate itself.
|
# Raised when a factory is defined that attempts to instantiate itself.
|
||||||
class AssociationDefinitionError < RuntimeError
|
class AssociationDefinitionError < RuntimeError
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue