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

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