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:
parent
f956bea7dd
commit
8d9d907e73
@ -69,9 +69,3 @@ module Webrat
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
module Webrat
|
||||
module Matchers
|
||||
include Webrat::HaveTagMatcher
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user