test/unit/user_test.rb in sprout-1.0.35.pre vs test/unit/user_test.rb in sprout-1.1.2.pre

- old
+ new

@@ -1,8 +1,8 @@ require 'test_helper' class UserTest < Test::Unit::TestCase - #include SproutTestCase + #include Sprout::TestHelper ['vista', 'mswin', 'wince', 'emx'].each do |variant| context variant do should "create a Win System" do Sprout::Platform.any_instance.stubs(:ruby_platform).returns variant