module FactoryGirlLibrary::FactoryGirl::Syntax::MethodsDecorator
Public Instance Methods
library(name, opts = {})
click to toggle source
# File lib/factory_girl_library/factory_girl/syntax/methods_decorator.rb, line 5 def library name, opts = {} ::FactoryGirl.library(name, opts) end