Sha256: 894e35a3b2474a4745825eac76c8d2c5ac5897fa69ce43a8773a1945c6b39167

Contents?: true

Size: 352 Bytes

Versions: 217

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

require 'eac_git/executables'

RSpec.describe(::EacGit::Executables, git: true) do
  it 'output version' do
    expect(described_class.git.command('--version').execute!).to be_present
  end

  it 'subrepo output version' do
    expect(described_class.git.command('subrepo', '--version').execute!).to be_present
  end
end

Version data entries

217 entries across 217 versions & 2 rubygems

Version Path
eac_tools-0.84.1 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.84.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.83.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.82.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.81.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.80.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.79.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.78.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.77.1 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.77.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.76.1 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.76.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.75.2 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.75.1 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.75.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.74.1 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.74.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.73.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.72.0 sub/eac_git/spec/lib/eac_git/executables_spec.rb
eac_tools-0.70.1 sub/eac_git/spec/lib/eac_git/executables_spec.rb