test/unit/onfire_integration_test.rb in apotomo-0.1.4 vs test/unit/onfire_integration_test.rb in apotomo-1.0.0.beta1

- old
+ new

@@ -1,7 +1,9 @@ require 'test_helper' class OnfireIntegrationTest < Test::Unit::TestCase + include Apotomo::TestCaseMethods::TestController + context "including Onfire into the StatefulWidget it" do setup do @mum = mouse_mock('mum') @mum << @kid = mouse_mock('kid') end