diff --git a/lib/webrat/core/matchers/have_tag.rb b/lib/webrat/core/matchers/have_tag.rb index 784b8e7..3f80952 100644 --- a/lib/webrat/core/matchers/have_tag.rb +++ b/lib/webrat/core/matchers/have_tag.rb @@ -68,10 +68,4 @@ module Webrat end end -end - -module Webrat - module Matchers - include Webrat::HaveTagMatcher - end end \ No newline at end of file