test/unit/test_phantomjs_driver.rb in qunited-0.3.1 vs test/unit/test_phantomjs_driver.rb in qunited-0.4.0

- old
+ new

@@ -1,15 +1,14 @@ require File.expand_path('../../test_helper', __FILE__) require File.expand_path('../driver_common_tests', __FILE__) -require 'stringio' # Test running tests with the PhantomJs driver. class TestPhantomJsDriver < MiniTest::Unit::TestCase include QUnited::DriverCommonTests private def driver_class - QUnited::Driver::PhantomJs + ::QUnited::Driver::PhantomJs end end