comment out have_tag from selenium matcher which overrides rails' have_tag

partially reverts 483559f279
This commit is contained in:
Noah Davis 2009-01-28 14:34:24 -05:00
parent c25885afc0
commit 49e86d103f
1 changed files with 1 additions and 1 deletions

View File

@ -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"