Methods
- T
Instance Public methods
test_empty_file()
Link
test_erb_processing()
Link
test_names()
Link
# File activerecord/test/cases/fixtures/file_test.rb, line 21 def test_names File.open(::File.join(FIXTURES_ROOT, "accounts.yml")) do |fh| assert_equal ["signals37", "unknown", "rails_core_account", "last_account", "rails_core_account_2", "odegy_account"].sort, fh.to_a.map(&:first).sort end end
test_open()
Link
test_open_with_block()
Link
test_values()
Link
test_wrong_fixture_format_nested()
Link