Sha256: f1960be2ec3f7578b6ce44a067fa9cec474c64f95b9e89a11685a10ab554be6a
Contents?: true
Size: 219 Bytes
Versions: 7
Compression:
Stored size: 219 Bytes
Contents
require 'helper' describe Scide::Commands::Run do it "should use given contents and a carriage return as text" do com = Scide::Commands::Run.new 'fubar' com.text_with_options.should == 'fubar\012' end end
Version data entries
7 entries across 7 versions & 1 rubygems