Sha256: a5ae2bf127e7612e73ec5896eb93c449bfbacc917a9366c9f6a0b1064eb27a2a

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Travis::CLI::Restart do
  example 'travis restart' do
    run_cli('restart', '-t', 'token').should be_success
  end

  example 'travis restart 6180.1' do
    run_cli('restart', '6180.1', '-t', 'token').should be_success
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
travis-1.14.0 spec/cli/restart_spec.rb
travis-1.13.3 spec/cli/restart_spec.rb
travis-1.13.2 spec/cli/restart_spec.rb
travis-1.13.1 spec/cli/restart_spec.rb
travis-1.13.0 spec/cli/restart_spec.rb
travis-1.12.0 spec/cli/restart_spec.rb