[Groonga-commit] ranguba/rroonga at bc33732 [master] test: use concrete assertion

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sat Mar 5 12:54:23 JST 2016


Masafumi Yokoyama	2016-03-05 12:54:23 +0900 (Sat, 05 Mar 2016)

  New Revision: bc337328ed3fd91178f5bad125514f3722f4c230
  https://github.com/ranguba/rroonga/commit/bc337328ed3fd91178f5bad125514f3722f4c230

  Merged 947b49c: Merge pull request #119 from ranguba/bind-grn_config_delete

  Message:
    test: use concrete assertion

  Modified files:
    test/test-config.rb

  Modified: test/test-config.rb (+1 -3)
===================================================================
--- test/test-config.rb    2016-03-05 12:35:07 +0900 (4058915)
+++ test/test-config.rb    2016-03-05 12:54:23 +0900 (94ab4f8)
@@ -34,8 +34,6 @@ class ConfigTest < Test::Unit::TestCase
     context.config["rroonga.key"] = "value"
     assert_equal("value", context.config["rroonga.key"])
     context.config.delete("rroonga.key")
-    assert do
-      not context.config["rroonga.key"]
-    end
+    assert_nil(context.config["rroonga.key"])
   end
 end
-------------- next part --------------
HTML����������������������������...
下载 



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