Sha256: f43e0bab4b25bbf052cb297f16ee21a2eb27f07dbefd1a218728958483197611

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

# -*- encoding : utf-8 -*-

require File.expand_path('../../test_helper', __FILE__)

describe 'CLI with display daemon and share status' do
  it 'should display information about the daemon' do
    gitdocs_assert_status_contains('Running: false')
  end

  it 'should display information about the shares' do
    gitdocs_create_from_remote('clone1', 'clone2', 'clone3')
    gitdocs_assert_status_contains('clone1', 'clone2', 'clone3')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gitdocs-0.6.2 test/integration/cli/status_test.rb
gitdocs-0.6.1 test/integration/cli/status_test.rb
gitdocs-0.6.0 test/integration/cli/status_test.rb