repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Use wide character startup
[ruby.git]
/
spec
/
ruby
/
command_line
/
dash_upper_x_spec.rb
blob
8ef9aae4b1602157c4efe6a29d24bb993e38efee
1
require_relative '../spec_helper'
2
require_relative 'shared/change_directory'
3
4
describe "The -X command line option" do
5
it_behaves_like :command_line_change_directory, "-X"
6
end