Sha256: e920546473a6451ac5257fd0433b7a53f3367e8b22817cf7ac7452d9aaa120a7
Contents?: true
Size: 465 Bytes
Versions: 31
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.7.0") end end
Version data entries
31 entries across 31 versions & 1 rubygems