unittests/parent_child_test.rb in watir-1.5.2 vs unittests/parent_child_test.rb in watir-1.5.3
- old
+ new
@@ -1,24 +1,9 @@
# feature tests for relative navigation/specification
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') if $0 == __FILE__
require 'unittests/setup'
-# These tests are based on the rails depot application, which requires some
-# modifications...
-
- module Watir
- class H3 < NonControlElement
- TAG = 'h3'
- end
- module Container
- def h3(how, what)
- return H3.new(self, how, what)
- end
- end
- end
-
-
class TC_Relative < Test::Unit::TestCase
def setup
$ie.goto($htmlRoot + "depot_store.html")
@headline = $ie.h3(:text, 'Pragmatic Version Control')
\ No newline at end of file