method

fixture

rails latest stable - Class: ActiveRecord::TestFixtures

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