Skip to content

Commit

Permalink
Remove skip on tests that have been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Oct 24, 2015
1 parent 5a47639 commit 682d624
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions actionpack/test/controller/parameters/mutators_test.rb
Expand Up @@ -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

Expand Down

0 comments on commit 682d624

Please sign in to comment.