test/apps/rails4/bin/rails in groonga-client-model-0.9.9 vs test/apps/rails4/bin/rails in groonga-client-model-1.0.0
- old
+ new
@@ -2,8 +2,8 @@
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
-APP_PATH = File.expand_path('../config/application', __dir__)
+APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'