From 49e86d103f33f39ae8f96af7ce834e5ab0310d48 Mon Sep 17 00:00:00 2001 From: Noah Davis Date: Wed, 28 Jan 2009 14:34:24 -0500 Subject: [PATCH] comment out have_tag from selenium matcher which overrides rails' have_tag partially reverts 483559f279a773c931d20a00f42af6a2393013b3 --- lib/webrat/selenium/matchers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrat/selenium/matchers.rb b/lib/webrat/selenium/matchers.rb index a106f729..9e1fb6cd 100644 --- a/lib/webrat/selenium/matchers.rb +++ b/lib/webrat/selenium/matchers.rb @@ -1,4 +1,4 @@ require "webrat/selenium/matchers/have_xpath" require "webrat/selenium/matchers/have_selector" -require "webrat/selenium/matchers/have_tag" +# require "webrat/selenium/matchers/have_tag" require "webrat/selenium/matchers/have_content" \ No newline at end of file