Sha256: c42a9479e370ba64bea4bfd72b1a20486f826a65a86f7e316ab53f4f365af21d
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
require File.dirname(__FILE__) + '/base' require 'shell' describe Rush::Shell do before do @shell = Rush::Shell.new end it "matches open path commands for readline tab completion" do @shell.path_parts("dir['app").should == [ "dir", "'", "app" ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rush-0.1 | spec/shell_spec.rb |