Sha256: e8f83c1c0f3bb1cbb1a8774910527e6d090385fd2c4f8aa002110c90c0f04898
Contents?: true
Size: 409 Bytes
Versions: 42
Compression:
Stored size: 409 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper' require File.dirname(__FILE__) + '/../../ruby_forker' describe "The bin/spec script" do include RubyForker it "should have no warnings" do pending "Hangs on JRuby" if PLATFORM =~ /java/ spec_path = "#{File.dirname(__FILE__)}/../../../bin/spec" output = ruby "-w #{spec_path} --help 2>&1" output.should_not =~ /warning/n end end
Version data entries
42 entries across 42 versions & 7 rubygems