Sha256: 59fed0cac6acaeaec83f6ab7b8b040a8eacfcc8ddc1d681ab2eee3dbe01abc58
Contents?: true
Size: 377 Bytes
Versions: 6
Compression:
Stored size: 377 Bytes
Contents
require 'spec_helper' describe "ey" do context "run without arguments" do it "prints usage information" do ey.should include("Tasks:") end end context "run with an argument that is not a command" do it "tells the user that is not a command" do ey "foobarbaz", :hide_err => true @err.should include("Could not find task") end end end
Version data entries
6 entries across 6 versions & 1 rubygems