summaryrefslogtreecommitdiff
path: root/spec/ruby/library/getoptlong/get_option_spec.rb
blob: 3cb20443796f0e00547277ff605c411a4d804b90 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require 'getoptlong'
require_relative 'shared/get'

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