Module: FixtureDependencies::HelperMethods

Defined in:
lib/fixture_dependencies/helper_methods.rb

Instance Method Summary collapse

Instance Method Details

#build(*args) ⇒ Object



14
15
16
# File 'lib/fixture_dependencies/helper_methods.rb', line 14

def build(*args)
  FixtureDependencies.build(*args)
end

#load(*fixture) ⇒ Object

Load given fixtures using FixtureDependencies



6
7
8
# File 'lib/fixture_dependencies/helper_methods.rb', line 6

def load(*fixture)
  FixtureDependencies.load(*fixture)
end

#load_attributes(*args) ⇒ Object



10
11
12
# File 'lib/fixture_dependencies/helper_methods.rb', line 10

def load_attributes(*args)
  FixtureDependencies.load_attributes(*args)
end