summaryrefslogtreecommitdiff
path: root/spec/ruby/core/main/ruby2_keywords_spec.rb
blob: 27ceae3253f7dd33f4289e865a7894a72fe7b381 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'
require_relative 'fixtures/classes'

describe "main.ruby2_keywords" do
  it "is the same as Object.ruby2_keywords" do
    main = TOPLEVEL_BINDING.receiver
    main.should have_private_method(:ruby2_keywords)
  end
end