Sha256: 99abc511091fd6a429c9c5780edb89acb687d072aca2e04653c13430e845cf56
Contents?: true
Size: 407 Bytes
Versions: 3
Compression:
Stored size: 407 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
3 entries across 3 versions & 1 rubygems