Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit f81ff4a

Browse files
authored
Merge pull request #2300 from rspec/remove_jruby_workaround
Remove old jruby workaround in our specs
2 parents e752392 + e3791f4 commit f81ff4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spec/spec_helper.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
require 'rspec/support/spec'
44

5-
if RUBY_PLATFORM == 'java'
6-
# Works around https://jira.codehaus.org/browse/JRUBY-5678
7-
require 'fileutils'
8-
ENV['TMPDIR'] = File.expand_path('../../tmp', __FILE__)
9-
FileUtils.mkdir_p(ENV['TMPDIR'])
10-
end
11-
125
$rspec_core_without_stderr_monkey_patch = RSpec::Core::Configuration.new
136

147
class RSpec::Core::Configuration

0 commit comments

Comments
 (0)