From 8d9d907e73da540a431a12f4c273d9fb7ea8ca29 Mon Sep 17 00:00:00 2001 From: Mike Gaffney Date: Sat, 24 Jan 2009 13:01:41 -0600 Subject: [PATCH] have_tag is built into rails and rspec and we don't want to overload those. Please use assert_contain or assert_select Revert "Make have_tag work in rails as well as Merb" This reverts commit 6e7609e01ca80c3773412678ba75f28b89ba06ab. --- lib/webrat/core/matchers/have_tag.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/webrat/core/matchers/have_tag.rb b/lib/webrat/core/matchers/have_tag.rb index 784b8e7..3f80952 100644 --- a/lib/webrat/core/matchers/have_tag.rb +++ b/lib/webrat/core/matchers/have_tag.rb @@ -68,10 +68,4 @@ module Webrat end end -end - -module Webrat - module Matchers - include Webrat::HaveTagMatcher - end end \ No newline at end of file