Sha256: d7356d8b96238a5a8c1e7a3e0152aab057b64a4c3464d4743d317ed2b2345bb7

Contents?: true

Size: 157 Bytes

Versions: 2

Compression:

Stored size: 157 Bytes

Contents

require 'serverspec'

set :backend, :exec

describe 'git::default' do
  describe port(9418) do
    it { should be_listening.with('tcp') }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-12.8.1 acceptance/top-cookbooks/test_run/git/test/integration/server/serverspec/git_daemon_spec.rb
chef-12.8.1-universal-mingw32 acceptance/top-cookbooks/test_run/git/test/integration/server/serverspec/git_daemon_spec.rb