Sha256: aca909d58b4f9e86ee530f09d7fd2d7b29274ba993100869dd7e08d83b7c22d1

Contents?: true

Size: 359 Bytes

Versions: 7

Compression:

Stored size: 359 Bytes

Contents

require "spec_helper"

describe "brightbox lbs" do

  describe "show" do
    let(:output) { FauxIO.new { Brightbox::run(argv) } }
    let(:stdout) { output.stdout }
    let(:stderr) { output.stderr }

    context "" do
      let(:argv) { ["lbs", "show"] }

      it "does not error" do
        expect { output }.to_not raise_error
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
brightbox-cli-1.2.2 spec/commands/lbs/show_spec.rb
brightbox-cli-1.2.1 spec/commands/lbs/show_spec.rb
brightbox-cli-1.2.0 spec/commands/lbs/show_spec.rb
brightbox-cli-1.1.0 spec/commands/lbs/show_spec.rb
brightbox-cli-1.0.0 spec/commands/lbs/show_spec.rb
brightbox-cli-1.0.0.rc2 spec/commands/lbs/show_spec.rb
brightbox-cli-1.0.0.rc1 spec/commands/lbs/show_spec.rb