Sha256: 8e1f08bfd06df20fd1a64eaedf8f03a02b6537e1171e3b9fafa8df65154a6353
Contents?: true
Size: 465 Bytes
Versions: 6
Compression:
Stored size: 465 Bytes
Contents
require 'spec_helper' describe "JRuby Version" do it "should break on JRuby version change" do # This spec will break upon JRuby version change to make sure we # verify if resolv.rb has been fixed in Jruby so we can get rid of # lib/logstash/patches/resolv.rb. # ref: # https://github.com/logstash-plugins/logstash-filter-dns/issues/51 # https://github.com/jruby/jruby/pull/5722 expect(JRUBY_VERSION).to eq("9.2.8.0") end end
Version data entries
6 entries across 6 versions & 1 rubygems