1
0
Fork 0
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:
Jon Yurek 2010-05-20 13:47:48 -04:00
parent 3ae597b249
commit 389ec8f295
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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