Sha256: bd1624aadb5d93c49703a425dadd781f3589887d7c57e6aeeb1bf8eb71cb3591
Contents?: true
Size: 286 Bytes
Versions: 10
Compression:
Stored size: 286 Bytes
Contents
require 'spec_helper' require 'command_helper' describe "Invoking the 'mina' command in a project" do it "should build ssh command even with frozen String as a domain" do ENV['simulate'] = 'true' rake { set :domain, 'localhost'.freeze ssh("ls") } end end
Version data entries
10 entries across 10 versions & 3 rubygems