# File lib/spec/rails/extensions/spec/runner/configuration.rb, line 31
        def fixture_path=(path)
          ActiveSupport::TestCase.fixture_path = path
          ActionController::IntegrationTest.fixture_path = path
        end