aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/getoptlong/get_option_spec.rb
blob: c56903e68e2fc202d1c0bea81388544359daa6fd (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require 'getoptlong'
require File.expand_path('../shared/get', __FILE__)

describe "GetoptLong#get_option" do
  it_behaves_like(:getoptlong_get, :get_option)
end