Top Level Namespace
Relationships & Source Files | |
Namespace Children | |
Modules:
| |
Classes:
| |
Exceptions:
| |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
self,
Java
|
Constant Summary
-
HashWithIndifferentAccess =
# File 'activesupport/lib/active_support/hash_with_indifferent_access.rb', line 300ActiveSupport::HashWithIndifferentAccess
-
MissingSourceFile =
# File 'activesupport/lib/active_support/core_ext/load_error.rb', line 28LoadError
Instance Method Summary
Instance Method Details
#create_fixtures(*fixture_set_names, &block)
[ GitHub ]# File 'railties/lib/rails/test_help.rb', line 28
def create_fixtures(*fixture_set_names, &block) FixtureSet.create_fixtures(ActiveSupport::TestCase.fixture_path, fixture_set_names, {}, &block) end