提交 1f1adb83 编写于 作者: G Guillermo Iguaran

Fix test: ActiveSupport.version is returning now a Gem::Version instead of a String

上级 6f3f0f86
......@@ -38,7 +38,7 @@ def test_property_with_block
end
def test_framework_version
assert_property 'Active Support version', ActiveSupport.version
assert_property 'Active Support version', ActiveSupport.version.to_s
end
def test_frameworks_exist
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册