Method not available on this version
This method is only available on newer versions.
The first available version (v7.2.3) is shown here.
fixture(fixture_set_name, *fixture_names)
public
Generic fixture
accessor for fixture
names that may conflict with other methods.
assert_equal "Ruby on Rails", web_sites(:rubyonrails).name
assert_equal "Ruby on Rails", fixture(:web_sites, :rubyonrails).name
# File activerecord/lib/active_record/test_fixtures.rb, line 103
def fixture(fixture_set_name, *fixture_names)
active_record_fixture(fixture_set_name, *fixture_names)
end