module FactoryGirlLibrary::FactoryGirl::FactoryGirlClassDecorator

Public Instance Methods

library(name, opts = {}) click to toggle source
Calls superclass method
# File lib/factory_girl_library/factory_girl/factory_girl_class_decorator.rb, line 6
def library(name, opts = {})
  super name

  FactoryGirlLibrary::Library.get(name, opts)
end