Make have_tag work in rails as well as Merb
This commit is contained in:
parent
118b522662
commit
6e7609e01c
|
@ -68,4 +68,10 @@ module Webrat
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
module Webrat
|
||||
module Matchers
|
||||
include Webrat::HaveTagMatcher
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue