diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-03 08:21:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-03 08:21:55 +0000 |
commit | 5b657b5dcb70581778d7c0a9598bbf08e10e7002 () | |
tree | 11a9e9f278067b1b15e8656c3fc7bf4b623970af | |
parent | b2acc2d501d1459d0da5fe185b5e7ed75fde7bbb (diff) |
runner.rb: no installed gems
* test/runner.rb: get rid of loading previously installed gems. [ruby-dev:46025] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | test/runner.rb | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ Fri Aug 3 16:40:01 2012 URABE Shyouhei <[email protected]> * .travis.yml (notifications): [experimental] IRC notifications. @@ -18,6 +18,7 @@ File.foreach(srcdir + "/defs/default_gems") do |line| end default_gems |= (ENV["GEM_SKIP"] || '').split(/:/) ENV["GEM_SKIP"] = default_gems.join(':') require_relative 'profile_test_all' if ENV['RUBY_TEST_ALL_PROFILE'] == 'true' |