lib/fixtury/reference.rb in fixtury-1.0.0 vs lib/fixtury/reference.rb in fixtury-1.0.1

- old
+ new

@@ -19,10 +19,10 @@ alias options metadata # backwards compatibility def initialize(name, locator_key, **metadata) @name = name @locator_key = locator_key - @created_at = Time.now.to_i + @created_at = Fixtury.now.to_i @metadata = metadata end def holder? locator_key == HOLDER_KEY