提交 7c7a225f 编写于 作者: C Carlos Antonio da Silva

Remove ActiveRecord::Model consant from AS::TestCase

Fixing the build.
上级 00791bfb
......@@ -17,7 +17,7 @@ class TestCase < ::MiniTest::Spec
# Use AS::TestCase for the base class when describing a model
register_spec_type(self) do |desc|
Class === desc && desc < ActiveRecord::Model
Class === desc && desc < ActiveRecord::Base
end
Assertion = MiniTest::Assertion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册