Skip to content

Commit c89b2ab

Browse files
authored
Merge pull request #88 from ruby/revert-bundler-setup
Revert "Fixes "bundle exec rake", clash with test/unit"
2 parents a257548 + 6db2f6f commit c89b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "rake/clean"
66

77
Rake::TestTask.new(:test) do |t|
88
t.libs << "test/lib"
9-
t.ruby_opts << "-rbundler/setup -rhelper"
9+
t.ruby_opts << "-rhelper"
1010
t.test_files = FileList["test/**/test_*.rb"]
1111
end
1212

0 commit comments

Comments
 (0)