[Groonga-commit] ranguba/groonga-client at 58a7aba [master] test: use double quote (") for string literal

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 6 22:57:56 JST 2016


Kouhei Sutou	2016-02-06 22:57:56 +0900 (Sat, 06 Feb 2016)

  New Revision: 58a7aba0cbad3088dc74b85000a8e6166b64ac67
  https://github.com/ranguba/groonga-client/commit/58a7aba0cbad3088dc74b85000a8e6166b64ac67

  Message:
    test: use double quote (") for string literal

  Modified files:
    test/test-client.rb

  Modified: test/test-client.rb (+4 -4)
===================================================================
--- test/test-client.rb    2016-02-06 22:56:21 +0900 (6f30da8)
+++ test/test-client.rb    2016-02-06 22:57:56 +0900 (ed5d258)
@@ -387,14 +387,14 @@ EOH
 
     class TestBasicAuthentication < self
       def setup_authentication
-        @user = 'Aladdin'
-        @password = 'open sesame'
+        @user = "Aladdin"
+        @password = "open sesame"
       end
 
       def test_request_header
-        stub_response('[]')
+        stub_response("[]")
         client.status
-        assert_equal 'Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==', @request_headers['authorization']
+        assert_equal "Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==", @request_headers["authorization"]
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
다운로드 



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