test/test_base.rb in cri-2.6.1 vs test/test_base.rb in cri-2.7.0
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
-class Cri::BaseTestCase < Cri::TestCase
-
- def test_stub
+module Cri
+ class BaseTestCase < Cri::TestCase
+ def test_stub
+ end
end
-
end