aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d780a3f2..a9266bf8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -85,10 +85,6 @@ RSpec.configure do |config|
original_wd = Dir.pwd
original_env = ENV.to_hash
- def pending_jruby_shebang_fix
- pending "JRuby executables do not have a proper shebang" if RUBY_PLATFORM == "java"
- end
-
config.expect_with :rspec do |c|
c.syntax = :expect
end