Make have_tag work in rails as well as Merb

This commit is contained in:
Amos King 2009-01-23 21:13:13 -06:00
parent 118b522662
commit 6e7609e01c
1 changed files with 6 additions and 0 deletions

View File

@ -68,4 +68,10 @@ module Webrat
end
end
end
module Webrat
module Matchers
include Webrat::HaveTagMatcher
end
end