Module: Squixtures::Fixtures
- Defined in:
- lib/squixtures/fixtures.rb
Overview
This module is intended for inclusion into other classes to enable them with fixture functionality.
Instance Method Summary collapse
-
#fixtures(*names) ⇒ Object
This method is really just a wrapper around the Suxtures::fixtures method.
Instance Method Details
#fixtures(*names) ⇒ Object
This method is really just a wrapper around the Suxtures::fixtures method.
Parameters
- names
-
The name of the fixtures to be loaded.
13 14 15 |
# File 'lib/squixtures/fixtures.rb', line 13 def fixtures(*names) Squixtures.fixtures(*names) end |