[Groonga-commit] ranguba/groonga-client-rails at 85b7499 [master] test: specify BUNDLE_GEMFILE explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 22:21:58 JST 2016


Kouhei Sutou	2016-03-27 22:21:58 +0900 (Sun, 27 Mar 2016)

  New Revision: 85b74995ad331947e84cae997669c7f6ddf3eba7
  https://github.com/ranguba/groonga-client-rails/commit/85b74995ad331947e84cae997669c7f6ddf3eba7

  Message:
    test: specify BUNDLE_GEMFILE explicitly

  Modified files:
    test/run-test.rb

  Modified: test/run-test.rb (+3 -1)
===================================================================
--- test/run-test.rb    2016-03-27 22:19:42 +0900 (554ff19)
+++ test/run-test.rb    2016-03-27 22:21:58 +0900 (ec95312)
@@ -36,7 +36,9 @@ end
 unbundler if bundlered?
 
 Dir.glob("#{__dir__}/apps/*") do |test_application|
-  env = {}
+  env = {
+    "BUNDLE_GEMFILE" => "#{test_application}/Gemfile",
+  }
   command_line = [
     RbConfig.ruby,
     "bin/rake",
-------------- next part --------------
HTML����������������������������...
下载 



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