Sha256: 91d0a9d371608d74548904ec6e3342c8442fce5a836b9ba7389fd5f76059a4c5
Contents?: true
Size: 473 Bytes
Versions: 71
Compression:
Stored size: 473 Bytes
Contents
require "spec_helper" module CF describe "Help" do let(:global) { {} } let(:given) { {} } let(:inputs) { {:app => apps[0]} } let(:apps) { [build(:app)] } subject do capture_output { Mothership.new.invoke(:help) } end it "prints the cf version in the first line" do subject stdout.rewind expect(stdout.readlines.first).to match /Cloud Foundry Command Line Interface, version \[#{CF::VERSION}\]\n/ end end end
Version data entries
71 entries across 71 versions & 2 rubygems