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.8.11.travis.1010.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1009.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1008.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1007.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1004.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1003.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1002.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1001.9 spec/cli/open_spec.rb
travis-1.8.11.travis.1000.9 spec/cli/open_spec.rb
travis-1.8.11.travis.998.9 spec/cli/open_spec.rb
travis-1.8.10.travis.997.9 spec/cli/open_spec.rb
travis-1.8.10 spec/cli/open_spec.rb
travis-1.8.10.travis.994.9 spec/cli/open_spec.rb
travis-1.8.10.travis.953.11 spec/cli/open_spec.rb
travis-akerl-1.8.9.1 spec/cli/open_spec.rb
travis-akerl-1.8.9 spec/cli/open_spec.rb
travis-1.8.10.travis.950.11 spec/cli/open_spec.rb
travis-1.8.10.travis.948.11 spec/cli/open_spec.rb
travis-1.8.10.travis.946.11 spec/cli/open_spec.rb
travis-1.8.10.travis.944.11 spec/cli/open_spec.rb