Sha256: 570bd6b3f21040d2a840d7dac95f86ac9e39551f4f046d214f16f15b43afa268
Contents?: true
Size: 212 Bytes
Versions: 1
Compression:
Stored size: 212 Bytes
Contents
# encoding: UTF-8 module Spec module ExampleGroupMethods def testing_block_passing_broken? RUBY_PLATFORM.include?('java') && JRUBY_VERSION <= '1.7.0.dev' && RUBY_VERSION >= '1.9.2' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
esearch-0.2.2 | spec/support/example_group_methods.rb |