test/unit/flashplayer_task_test.rb in flashsdk-1.0.13.pre vs test/unit/flashplayer_task_test.rb in flashsdk-1.0.14.pre
- old
+ new
@@ -1,14 +1,14 @@
require 'test_helper'
class TaskTest < Test::Unit::TestCase
- include SproutTestCase
+ include Sprout::TestHelper
context "A FlashPlayerTask" do
setup do
# Force reload of the Specification on each
- # test method b/c SproutTestCase calls
+ # test method b/c Sprout::TestHelper calls
# Executable.clear_entities! but 'require'
# only runs once per VM run...
load 'flashplayer/specification.rb'
@swf = File.join(fixtures, 'flashplayer', 'AsUnit Runner.swf')
@missing_home = File.join(fixtures, 'missing_folder')