Skip to content

Commit

Permalink
Merge pull request #25766 from vipulnsward/fix-ac-tests-2-4
Browse files Browse the repository at this point in the history
Fix AJ tests on ruby 2.4 being caused since classes are unified for Integer
  • Loading branch information
rafaelfranca committed Jul 10, 2016
1 parent f05ff4f commit ca71ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activejob/test/cases/argument_serialization_test.rb
Expand Up @@ -14,7 +14,7 @@ class ArgumentSerializationTest < ActiveSupport::TestCase
[ 1, 'a' ],
{ 'a' => 1 }
].each do |arg|
test "serializes #{arg.class} verbatim" do
test "serializes #{arg.class} - #{arg} verbatim" do
assert_arguments_unchanged arg
end
end
Expand Down

0 comments on commit ca71ddf

Please sign in to comment.