Sha256: 24f6773e3d4b4f38777111cd162e3f735e797ab9fd93e41daa3fc8292b312df0

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Travis::CLI::Show do
  before { ENV['TRAVIS_TOKEN'] = 'token' }

  example 'show 6180.1' do
    run_cli('show', '6180.1', '-E').should be_success
    stdout.should include('Config:        ')
    stdout.should include('env: GEM=railties')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
travis-1.14.0 spec/cli/show_spec.rb