# File lib/spec/rails/extensions/spec/example/configuration.rb, line 49
        def fixture_path=(path)
          EXAMPLE_GROUP_CLASSES.each do |example_group|
            example_group.fixture_path = path
          end
        end