mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
237 B
Ruby
7 lines
237 B
Ruby
require_relative '../../spec_helper'
|
|
|
|
describe 'mkmf' do
|
|
it 'can be required with --enable-frozen-string-literal' do
|
|
ruby_exe('p MakeMakefile', options: '-rmkmf --enable-frozen-string-literal').should == "MakeMakefile\n"
|
|
end
|
|
end
|