summaryrefslogtreecommitdiff
path: root/spec/ruby/library/getoptlong/get_option_spec.rb
blob: e73c391ef446a074640a656654f036577fce58b8 (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