[Groonga-commit] ranguba/groonga-client-model at ba2d627 [master] test: add missing include

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 6 15:12:01 JST 2017


Kouhei Sutou	2017-02-06 15:12:01 +0900 (Mon, 06 Feb 2017)

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

  Message:
    test: add missing include

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

  Modified: test/apps/rails5/test/models/age_test.rb (+2 -0)
===================================================================
--- test/apps/rails5/test/models/age_test.rb    2017-02-06 15:01:00 +0900 (5058633)
+++ test/apps/rails5/test/models/age_test.rb    2017-02-06 15:12:01 +0900 (d25c260)
@@ -1,6 +1,8 @@
 require 'test_helper'
 
 class AgeTest < ActiveSupport::TestCase
+  include GroongaClientModel::TestHelper
+
   test "validate: _key: invalid: string" do
     age = Age.new(_key: "Hello")
     assert(age.invalid?)
-------------- next part --------------
HTML����������������������������...
Descargar 



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