# File lib/generators/rspec/integration/integration_generator.rb, line 19
      def webrat?
        RSpec.deprecate("the --webrat-matchers option", "--webrat") if options[:webrat_matchers]
        options[:webrat] || options[:webrat_matchers]
      end