test/helper.rb in sideband-1.0.0 vs test/helper.rb in sideband-1.0.1

- old
+ new

@@ -11,5 +11,9 @@ def call @work = 'finished' end end + +def jruby? + RUBY_PLATFORM =~ /java/ +end