Skip to content

Commit f9177cc

Browse files
authored
Merge pull request rspec#2300 from rspec/remove_jruby_workaround
Remove old jruby workaround in our specs
2 parents 388dfac + bff6d0e commit f9177cc

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)