# encoding: utf-8

module Cri
  class BaseTestCase < Cri::TestCase
    def test_stub
    end
  end
end
