test/scenario_test.rb in coulda-0.4.7 vs test/scenario_test.rb in coulda-0.5.0
- old
+ new
@@ -16,17 +16,7 @@
assert(@scenario.pending?)
end
end
end
end
-
- should "allow Test::Unit::TestCase class to subclass to be set" do
- Scenario.testcase_class = Test::Unit::TestCase
- end
-
- should "raise an Exception if provided a class that does not inherit from Test::Unit::TestCase" do
- assert_raises Exception do
- Scenario.testcase_class = Object
- end
- end
end