test/unit/onfire_integration_test.rb in apotomo-0.1.2 vs test/unit/onfire_integration_test.rb in apotomo-0.1.3
- old
+ new
@@ -1,6 +1,6 @@
-require File.join(File.dirname(__FILE__), *%w[.. test_helper])
+require 'test_helper'
class OnfireIntegrationTest < Test::Unit::TestCase
context "including Onfire into the StatefulWidget it" do
setup do
@mum = mouse_mock('mum')
@@ -14,6 +14,6 @@
should "respond to #parent" do
assert_equal @mum, @kid.parent
end
end
-end
\ No newline at end of file
+end