Sha256: 3bf248884d98c85eb6e34ab9fa32366ed7848aa347920655f110f2e2ff7310ba
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
module Cri class ArgumentArrayTestCase < Cri::TestCase def test_initialize arr = Cri::ArgumentArray.new(['foo', 'bar', '--', 'baz']) assert_equal %w(foo bar baz), arr assert_equal ['foo', 'bar', '--', 'baz'], arr.raw end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cri-2.7.1 | test/test_argument_array.rb |