Skip to content

Commit

Permalink
Remove outdated spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jul 12, 2015
1 parent f274ce9 commit c9d8dc8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec/ruby/language/predefined_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -529,17 +529,6 @@ def obj.foo2; yield; end
$:.should_not include(".")
end

not_compliant_on :rubinius do
it "does not include '.' when the taint check level > 1" do
begin
orig_opts, ENV['RUBYOPT'] = ENV['RUBYOPT'], '-T'
`#{RUBY_EXE} -e 'p $:.include?(".")'`.should == "false\n"
ensure
ENV['RUBYOPT'] = orig_opts
end
end
end

it "is the same object as $LOAD_PATH and $-I" do
$:.__id__.should == $LOAD_PATH.__id__
$:.__id__.should == $-I.__id__
Expand Down

0 comments on commit c9d8dc8

Please sign in to comment.