# File lib/rspec/rails/browser_simulators.rb, line 16 def self.included(mod) mod.instance_eval do def webrat(&block) block.call if defined?(Webrat) end def capybara(&block) block.call if defined?(Capybara) end end end
# File lib/rspec/rails/browser_simulators.rb, line 22 def capybara(&block) block.call if defined?(Capybara) end
# File lib/rspec/rails/browser_simulators.rb, line 18 def webrat(&block) block.call if defined?(Webrat) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.