Commit e95689e0 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

changing default path to nginx and add ruby-debug as a dependencie

parent 3148878b
...@@ -3,3 +3,11 @@ source 'http://rubygems.org' ...@@ -3,3 +3,11 @@ source 'http://rubygems.org'
gem 'POpen4', '0.1.4' gem 'POpen4', '0.1.4'
gem 'em-http-request', '0.2.14' gem 'em-http-request', '0.2.14'
gem 'json', '1.4.3' gem 'json', '1.4.3'
platforms :mri_18 do
gem "ruby-debug"
end
platforms :mri_19 do
gem "ruby-debug19"
end
...@@ -30,7 +30,7 @@ module BaseTestCase ...@@ -30,7 +30,7 @@ module BaseTestCase
end end
def nginx_executable def nginx_executable
return ENV['NGINX_EXEC'].nil? ? "/usr/local/nginxpushstream/source/nginx-0.7.67/objs/nginx" : ENV['NGINX_EXEC'] return ENV['NGINX_EXEC'].nil? ? "/usr/local/nginxpushstream/source/nginx/objs/nginx" : ENV['NGINX_EXEC']
end end
def nginx_address def nginx_address
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment