Sha256: 79ed7fff2a668b05f53df44dda3057e2f880cf3b471e111ab8d6115be7586aa2
Contents?: true
Size: 224 Bytes
Versions: 15
Compression:
Stored size: 224 Bytes
Contents
require 'spec_helper' describe "Aerosol CLI" do describe "running the most basic command" do let(:command) { "./bin/aerosol" } it "should exit with 0" do expect(system(command)).to be_true end end end
Version data entries
15 entries across 15 versions & 1 rubygems