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.5.travis.781.4 spec/cli/open_spec.rb
travis-1.8.4 spec/cli/open_spec.rb
travis-1.8.5.travis.779.4 spec/cli/open_spec.rb
travis-1.8.3 spec/cli/open_spec.rb
travis-1.8.4.travis.777.4 spec/cli/open_spec.rb
travis-1.8.4.travis.775.4 spec/cli/open_spec.rb
travis-1.8.3.travis.773.4 spec/cli/open_spec.rb
travis-async-listener-1.8.3 spec/cli/open_spec.rb
travis-1.8.3.travis.745.4 spec/cli/open_spec.rb
travis-1.8.3.travis.726.4.pre.debug spec/cli/open_spec.rb
travis-1.8.3.travis.724.4 spec/cli/open_spec.rb
travis-1.8.2 spec/cli/open_spec.rb
travis-1.8.2.travis.722.4 spec/cli/open_spec.rb
travis-1.8.2.travis.719.4 spec/cli/open_spec.rb
travis-1.8.1 spec/cli/open_spec.rb
travis-1.8.1.travis.717.4 spec/cli/open_spec.rb
travis-1.8.1.travis.713.4 spec/cli/open_spec.rb
travis-1.8.1.travis.705.5 spec/cli/open_spec.rb
travis-1.8.1.travis.704.5 spec/cli/open_spec.rb
travis-1.8.1.travis.699.5 spec/cli/open_spec.rb