From 4704fe62523ac38b0db0408697494141877e0d8b Mon Sep 17 00:00:00 2001 From: tops29 Date: Sat, 20 May 2017 13:50:53 +0900 Subject: [PATCH 1/2] Add comment! --- webapi/config-webapi.ru | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapi/config-webapi.ru b/webapi/config-webapi.ru index 43e3689..e8086ef 100644 --- a/webapi/config-webapi.ru +++ b/webapi/config-webapi.ru @@ -1,4 +1,6 @@ + # -*- coding: utf-8 -*- +# HELLO!! $LOAD_PATH.unshift File.expand_path('../lib', __FILE__) @@ -32,4 +34,4 @@ map '/api' do map '/0.0.1' do run Webapi::Endpoints::V001::Webapi.new end -end \ No newline at end of file +end From 20835ccf947678a33c8023c2f772e07b0b9f6684 Mon Sep 17 00:00:00 2001 From: tops29 Date: Sat, 3 Jun 2017 16:23:11 +0900 Subject: [PATCH 2/2] Update webapi_integration_spec.rb --- spec_integration/spec/webapi_integration_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec_integration/spec/webapi_integration_spec.rb b/spec_integration/spec/webapi_integration_spec.rb index a100854..ad59acf 100644 --- a/spec_integration/spec/webapi_integration_spec.rb +++ b/spec_integration/spec/webapi_integration_spec.rb @@ -1,3 +1,4 @@ + # -*- coding: utf-8 -*- require 'yaml' @@ -37,6 +38,8 @@ end end + + # describe 'update' do # before do # comment_params[:comment] = "webapi sample message 2"