summaryrefslogtreecommitdiff
path: root/spec/ruby/command_line/dash_upper_x_spec.rb
blob: 8ef9aae4b1602157c4efe6a29d24bb993e38efee (plain)
1
2
3
4
5
6
require_relative '../spec_helper'
require_relative 'shared/change_directory'

describe "The -X command line option" do
  it_behaves_like :command_line_change_directory, "-X"
end