Sha256: c5553e0f52682d118cc1f41723754171bfa6e327e016a3aadbbf5252ff335560
Contents?: true
Size: 336 Bytes
Versions: 8
Compression:
Stored size: 336 Bytes
Contents
require "#{File.dirname(__FILE__)}/../../spec_helper" describe "The bin/spec script" do it "should have no warnings" do spec_path = "#{File.dirname(__FILE__)}/../../../bin/spec" output = nil IO.popen("ruby -w #{spec_path} --help 2>&1") do |io| output = io.read end output.should_not =~ /warning/n end end
Version data entries
8 entries across 8 versions & 3 rubygems