Active Record Fixtures¶ ↑ Fixtures are a way of organizing data that you want to test against; in short, sample data. They are stored in YAML files, one file per model, which are by default placed in either <your-rails-app>/test/fixtures/ or in the test/fixtures folder under any of your application’s engines. The location can also be changed with ActiveSupport::TestCase.fixture_paths=, once you ha