Sha256: 71ea2cc56056bf5012a75dd3746a00e935f44b6467de8148f61c765404de6a04
Contents?: true
Size: 552 Bytes
Versions: 8
Compression:
Stored size: 552 Bytes
Contents
require File.expand_path( File.dirname(__FILE__) + '/../../../spec_helper' ) require 'spec_id/precision/filter' describe SpecID::Precision::Filter::CmdlineParser, 'getting all command line options correct' do before(:all) do @bioworks_file = Tfiles + '/bioworks_small.xml' end it_should 'gets all defaults correct with nothing passed in' do (spec_id_obj, options, option_parser) = SpecID::Precision::Filter::CmdlineParser.new.parse([@bioworks_file]) p options end it_should 'gets all passed in params correct' do end end
Version data entries
8 entries across 8 versions & 1 rubygems