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 6e7609e01c.
This commit is contained in:
Mike Gaffney 2009-01-24 13:01:41 -06:00
parent f956bea7dd
commit 8d9d907e73

View File

@ -69,9 +69,3 @@ module Webrat
end end
end end
module Webrat
module Matchers
include Webrat::HaveTagMatcher
end
end