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.9.travis.874.3 spec/cli/open_spec.rb
travis-1.8.9.travis.867.4 spec/cli/open_spec.rb
travis-1.8.9.travis.853.4 spec/cli/open_spec.rb
travis-1.8.9.travis.844.4 spec/cli/open_spec.rb
travis-1.8.9.travis.837.4 spec/cli/open_spec.rb
travis-1.8.8 spec/cli/open_spec.rb
travis-1.8.9.travis.826.4 spec/cli/open_spec.rb
travis-1.8.7.travis.823.4 spec/cli/open_spec.rb
travis-1.8.7.travis.818.4 spec/cli/open_spec.rb
travis-1.8.7.travis.812.4 spec/cli/open_spec.rb
travis-1.8.6 spec/cli/open_spec.rb
travis-1.8.7.travis.809.4 spec/cli/open_spec.rb
travis-1.8.7.travis.808.4 spec/cli/open_spec.rb
travis-1.8.6.travis.807.4 spec/cli/open_spec.rb
travis-1.8.5 spec/cli/open_spec.rb
travis-1.8.6.travis.796.4 spec/cli/open_spec.rb
travis-1.8.5.travis.793.4 spec/cli/open_spec.rb
travis-1.8.5.travis.791.4 spec/cli/open_spec.rb
travis-1.8.5.travis.784.4 spec/cli/open_spec.rb
travis-1.8.5.travis.783.4 spec/cli/open_spec.rb