Method: #create_fixtures
- Defined in:
- lib/test_help.rb
#create_fixtures(*table_names) ⇒ Object
17 18 19 |
# File 'lib/test_help.rb', line 17 def create_fixtures(*table_names) Fixtures.create_fixtures(RAILS_ROOT + "/test/fixtures", table_names) end |