Sha256: ba1eb0c9e72c19177d6bf2ac82e30dab9b4f024dc1150f2c8d39e4d695cb2161
Contents?: true
Size: 270 Bytes
Versions: 15
Compression:
Stored size: 270 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe UISpecRunner::Options do it "should set the command to run_protocol" do options = UISpecRunner::Options.new('-p UISpecIntegration') options[:command].should == :run_protocol end end
Version data entries
15 entries across 15 versions & 1 rubygems