summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/untrusted_spec.rb
blob: 29261be9c450cf102e5b27244e19009bf68fd2f0 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'fixtures/classes'

describe "Kernel#untrusted?" do
  it "has been removed" do
    Object.new.should_not.respond_to?(:untrusted?)
  end
end