spec/watirspec/browser_spec.rb in watir-webdriver-0.1.1 vs spec/watirspec/browser_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 "Browser" do
describe "#exists?" do
it "returns true if we are at a page" do