Sha256: ca451714f4fe46421014652c2d5b8839fe8f16ffcdd21bdf9a3a3d2ee71b0c30

Contents?: true

Size: 825 Bytes

Versions: 37

Compression:

Stored size: 825 Bytes

Contents

Feature: Plugins Work

  Background:
    Given a mocked home directory

  @slow_process @unstable
  Scenario: Lolcommits.com integration works
    Given I am in a git repo named "dot_com" with lolcommits enabled
    When I run `lolcommits --config` interactively
      And I wait for output to contain "Name of plugin to configure:"
      Then I type "dot_com"
      And I wait for output to contain "enabled:"
      Then I type "true"
      And I wait for output to contain "api_key:"
      Then I type "b2a70ac0b64e012fa61522000a8c42dc"
      And I wait for output to contain "api_secret:"
      Then I type "b2a70ac0b64e012fa61522000a8c42dc"
      And I wait for output to contain "repo_id:"
      Then I type "b2a70ac0b64e012fa61522000a8c42dc"
    Then the output should contain "Successfully configured plugin: dot_com"

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
lolcommits-0.9.8 features/plugins.feature
lolcommits-0.9.7 features/plugins.feature
lolcommits-0.9.7.pre1 features/plugins.feature
lolcommits-0.9.6 features/plugins.feature
lolcommits-0.9.5 features/plugins.feature
lolcommits-0.9.5.pre1 features/plugins.feature
lolcommits-0.9.4 features/plugins.feature
lolcommits-0.9.4.pre1 features/plugins.feature
lolcommits-0.9.3 features/plugins.feature
lolcommits-0.9.3.pre3 features/plugins.feature
lolcommits-0.9.3.pre2 features/plugins.feature
lolcommits-0.9.3.pre1 features/plugins.feature
lolcommits-0.9.2 features/plugins.feature
lolcommits-0.9.2.pre1 features/plugins.feature
lolcommits-0.9.1 features/plugins.feature
lolcommits-0.9.1.pre1 features/plugins.feature
lolcommits-0.9.0 features/plugins.feature
lolcommits-0.8.1 features/plugins.feature
lolcommits-0.8.0 features/plugins.feature
lolcommits-0.7.0 features/plugins.feature