Skip to content

Commit

Permalink
Make have_tag work in rails as well as Merb
Browse files Browse the repository at this point in the history
  • Loading branch information
adkron committed Jan 24, 2009
1 parent 118b522 commit 6e7609e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/webrat/core/matchers/have_tag.rb
Expand Up @@ -68,4 +68,10 @@ def assert_have_no_tag(name, attributes = {})
end

end
end

module Webrat
module Matchers
include Webrat::HaveTagMatcher
end
end

0 comments on commit 6e7609e

Please sign in to comment.