# File lib/generators/rspec/integration/integration_generator.rb, line 10 def generate_request_spec return unless options[:request_specs] template 'request_spec.rb', File.join('spec/requests', class_path, "#{table_name}_spec.rb") end
@deprecated Use `–webrat` instead.
# File lib/generators/rspec/integration/integration_generator.rb, line 20 def webrat? RSpec.deprecate("the --webrat-matchers option", :replacement => "--webrat") if options[:webrat_matchers] options[:webrat] || options[:webrat_matchers] end