Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec_integration/spec/webapi_integration_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# -*- coding: utf-8 -*-

require 'yaml'
Expand Down Expand Up @@ -37,6 +38,8 @@
end
end



# describe 'update' do
# before do
# comment_params[:comment] = "webapi sample message 2"
Expand Down
4 changes: 3 additions & 1 deletion webapi/config-webapi.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# -*- coding: utf-8 -*-
# HELLO!!

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)

Expand Down Expand Up @@ -32,4 +34,4 @@ map '/api' do
map '/0.0.1' do
run Webapi::Endpoints::V001::Webapi.new
end
end
end