Make have_tag work in rails as well as Merb
This commit is contained in:
parent
118b522662
commit
6e7609e01c
@ -69,3 +69,9 @@ module Webrat
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
module Webrat
|
||||
module Matchers
|
||||
include Webrat::HaveTagMatcher
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user