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 = {})
|
||||
Factory.default_strategy(name, attrs)
|
||||
end
|
||||
|
||||
class Factory
|
||||
VERSION = "1.2.5"
|
||||
end
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
class Factory
|
||||
VERSION = "1.2.5.beta1"
|
||||
|
||||
# Raised when a factory is defined that attempts to instantiate itself.
|
||||
class AssociationDefinitionError < RuntimeError
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue