]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/rspec-1.1.2/spec/spec/package/bin_spec_spec.rb
44bfd96a08278f6adc38eb5d1fd804cc82b6efbb
[rails.git] / vendor / gems / rspec-1.1.2 / spec / spec / package / bin_spec_spec.rb
1 require File.dirname(__FILE__) + '/../../spec_helper'
2 require File.dirname(__FILE__) + '/../../ruby_forker'
3
4 describe "The bin/spec script" do
5   include RubyForker
6   
7   it "should have no warnings" do
8     pending "Hangs on JRuby" if PLATFORM =~ /java/
9     spec_path = "#{File.dirname(__FILE__)}/../../../bin/spec"
10
11     output = ruby "-w #{spec_path} --help 2>&1"
12     output.should_not =~ /warning/n
13   end
14 end