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

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