Sha256: 1aaddeb0c9e378c0218059bbc0560a0de129268dc9cdb8d504e0e3e74145118b

Contents?: true

Size: 607 Bytes

Versions: 1

Compression:

Stored size: 607 Bytes

Contents

Given 'a mocked git configuration' do
  steps %(
    Given a mocked home directory
    And I run `git config --global user.name Test`
    And I run `git config --global user.email test@example.com`
  )
end

Given 'a remote module repository' do
  steps %(
    Given a directory named "sources"
    And I run `git clone https://github.com/maestrodev/puppet-test sources/puppet-test`
    And a file named "managed_modules.yml" with:
      """
      ---
        - puppet-test
      """
  )
  write_file('modulesync.yml', <<-CONFIG)
---
  namespace: sources
  git_base: file://#{expand_path('.')}/
  CONFIG
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
modulesync-0.8.2 features/step_definitions/git_steps.rb