spec/watirspec/hn_spec.rb in watir-webdriver-0.1.1 vs spec/watirspec/hn_spec.rb in watir-webdriver-0.1.2
- old
+ new
@@ -1,6 +1,6 @@
# encoding: utf-8
-require File.expand_path('spec_helper', File.dirname(__FILE__))
+require File.expand_path("../spec_helper", __FILE__)
describe "H1", "H2", "H3", "H4", "H5", "H6" do
before :each do
browser.goto(WatirSpec.files + "/non_control_elements.html")