Sha256: 478d3781d79c140349451e58f97a6aeb0747021c16b67011ade3ccc7a19ea123

Contents?: true

Size: 601 Bytes

Versions: 3

Compression:

Stored size: 601 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', <<-EOS)
---
  namespace: sources
  git_base: file://#{expand_path('.')}/
  EOS
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
modulesync-0.8.1 features/step_definitions/git_steps.rb
modulesync-0.8.0 features/step_definitions/git_steps.rb
modulesync-0.7.2 features/step_definitions/git_steps.rb