class Rspec::Generators::IntegrationGenerator

def webrat?

def webrat?
  RSpec.deprecate("the --webrat-matchers option", "--webrat") if options[:webrat_matchers]
  options[:webrat] || options[:webrat_matchers]
end