Sha256: 4d03bfc60af3cdb534bae4b0f974ead7daa16a4a78a9a5ab1f5b808f0d7efe36

Contents?: true

Size: 1.09 KB

Versions: 281

Compression:

Stored size: 1.09 KB

Contents

require 'spec_helper'

describe Travis::CLI::Open do
  example 'travis open -p' do
    run_cli('open', '-p').should be_success
    stdout.should match(/https:\/\/travis-ci.org\/[\w\W]*\/travis\.rb/)
  end

  example 'travis open 6180 -p' do
    run_cli('open', '6180', '-p').should be_success
    stdout.should match(/https:\/\/travis-ci.org\/[\w\W]*\/travis\.rb\/builds\/4125095/)
  end

  example 'travis open 6180.1 -p' do
    run_cli('open', '6180.1', '-p').should be_success
    stdout.should match(/https:\/\/travis-ci.org\/[\w\W]*\/travis\.rb\/jobs\/4125096/)
  end

  example 'travis open -pg' do
    run_cli('open', '-pg').should be_success
    stdout.should match(/https:\/\/github.com\/[\w\W]*\/travis\.rb/)
  end

  example 'travis open 6180 -pg' do
    run_cli('open', '6180', '-pg').should be_success
    stdout.should be == "https://github.com/rails/rails/compare/6581d798e830...a0265b98f16c\n"
  end

  example 'travis open 6180.1 -pg' do
    run_cli('open', '6180.1', '-pg').should be_success
    stdout.should be == "https://github.com/rails/rails/compare/6581d798e830...a0265b98f16c\n"
  end
end

Version data entries

281 entries across 281 versions & 3 rubygems

Version Path
travis-1.9.1 spec/cli/open_spec.rb
travis-1.9.1.travis.1223.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1220.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1219.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1216.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1208.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1207.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1206.9 spec/cli/open_spec.rb
travis-1.9.1.travis.1205.9 spec/cli/open_spec.rb
travis-1.9.0 spec/cli/open_spec.rb
travis-1.9.1.travis.1201.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1200.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1199.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1198.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1197.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1195.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1192.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1186.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1184.9 spec/cli/open_spec.rb
travis-1.8.14.travis.1183.9 spec/cli/open_spec.rb