mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
194 B
Ruby
8 lines
194 B
Ruby
|
describe "ruby -E" do
|
||
|
it "raises a RuntimeError if used with -U" do
|
||
|
ruby_exe("p 1",
|
||
|
options: '-Eascii:ascii -U',
|
||
|
args: '2>&1').should =~ /RuntimeError/
|
||
|
end
|
||
|
end
|