diff options
Diffstat (limited to 'spec/rubyspec/command_line/dash_upper_e_spec.rb')
| -rw-r--r-- | spec/rubyspec/command_line/dash_upper_e_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/rubyspec/command_line/dash_upper_e_spec.rb b/spec/rubyspec/command_line/dash_upper_e_spec.rb deleted file mode 100644 index 716f1304b7..0000000000 --- a/spec/rubyspec/command_line/dash_upper_e_spec.rb +++ /dev/null @@ -1,7 +0,0 @@ -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 |
