Sha256: fa65748e1a83e685c8284dbc6eaa696895983b93ab9271b222e3413e0bfefa38
Contents?: true
Size: 344 Bytes
Versions: 18
Compression:
Stored size: 344 Bytes
Contents
# encoding: utf-8 require_relative "../spec_helper" require "nake/helpers" describe Nake::TaskHelpers do include Nake::TaskHelpers describe "#sh" do it "should be able to execute external commands" it "should show which command runs" it "should show STDOUT of the command" it "should show STDERR of the command" end end
Version data entries
18 entries across 18 versions & 2 rubygems