[Groonga-commit] ranguba/groonga-client-model at a6b6204 [master] test: fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 6 16:24:40 JST 2017


Kouhei Sutou	2017-02-06 16:24:40 +0900 (Mon, 06 Feb 2017)

  New Revision: a6b6204d04e80211d5f5dce98353b80a2337a5fa
  https://github.com/ranguba/groonga-client-model/commit/a6b6204d04e80211d5f5dce98353b80a2337a5fa

  Message:
    test: fix syntax error

  Modified files:
    test/apps/rails5/test/models/age_test.rb

  Modified: test/apps/rails5/test/models/age_test.rb (+1 -1)
===================================================================
--- test/apps/rails5/test/models/age_test.rb    2017-02-06 15:24:03 +0900 (966ff77)
+++ test/apps/rails5/test/models/age_test.rb    2017-02-06 16:24:40 +0900 (54bdb1e)
@@ -9,7 +9,7 @@ class AgeTest < ActiveSupport::TestCase
     assert(age.invalid?)
     assert_equal([age.errors.generate_message(:_key,
                                               :not_a_positive_integer,
-                                              inspected_value: key.inspect)])
+                                              inspected_value: key.inspect)],
                  age.errors.full_messages)
   end
 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index