# File lib/spec/rails/extensions/spec/example/configuration.rb, line 58
        def global_fixtures=(fixtures)
          EXAMPLE_GROUP_CLASSES.each do |example_group|
            example_group.fixtures(*fixtures)
          end
        end