提交 df153edc 编写于 作者: M Matthew Draper

Merge pull request #22054 from tgxworld/jruby_issue_fixed

Remove skip on tests that have been fixed.
......@@ -62,15 +62,11 @@ class ParametersMutatorsTest < ActiveSupport::TestCase
end
test "select! retains permitted status" do
jruby_skip "https://github.com/jruby/jruby/issues/3137"
@params.permit!
assert @params.select! { |k| k != "person" }.permitted?
end
test "select! retains unpermitted status" do
jruby_skip "https://github.com/jruby/jruby/issues/3137"
assert_not @params.select! { |k| k != "person" }.permitted?
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册