Sha256: 591798799112d8edccad5b20aa23de0a96664f26aae55cbf0b9a61fc32a57568

Contents?: true

Size: 1.56 KB

Versions: 22

Compression:

Stored size: 1.56 KB

Contents

Feature: Plugins Work
###
  #@slow_process
  #Scenario: Lolcommits.com integration works
    #Given I am in a git repository named "dot_com" with lolcommits enabled
    #When I run `lolcommits --config` and wait for output
    #And I enter "dot_com" for "Plugin Name"
    #And I enter "true" for "enabled"
    #And I enter "b2a70ac0b64e012fa61522000a8c42dc" for "api_key"
    # Then I should be presented "Successfully Configured"
  #  When I do a git commit
 #   Then the output should contain "*** Preserving this moment in history."
#    And there should be exactly 1 jpg in "../.lolcommits/dot_com"
###
  Scenario: Disable loltext
    Given I am in a git repository named "loltext" with lolcommits enabled
    And I run `lolcommits --config` and wait for output
    And I enter "loltext" for "Plugin Name"
    And I enter "false" for "enabled"
    Then I should be presented "Successfully Configured"
    When I do a git commit
    Then the output should contain "*** Preserving this moment in history."
    And there should be exactly 1 jpg in "../.lolcommits/loltext"

  Scenario: lolsrv integration works
    Given I am in a git repository named "lolsrv" with lolcommits enabled
    When I run `lolcommits --config` and wait for output
    And I enter "lolsrv" for "Plugin Name"
    And I enter "true" for "enabled"
    And I enter "http://localhost" for "server"
    Then I should be presented "Successfully Configured"
    When I do a git commit
    Then the output should contain "*** Preserving this moment in history."
    And there should be exactly 1 jpg in "../.lolcommits/lolsrv"

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
acmcommits-1.1.4 features/plugins.feature
acmcommits-1.1.3 features/plugins.feature
acmcommits-1.1.2 features/plugins.feature
acmcommits-1.1.1 features/plugins.feature
acmcommits-1.1.0 features/plugins.feature
acmcommits-1.0.17 features/plugins.feature
acmcommits-1.0.16 features/plugins.feature
acmcommits-1.0.15 features/plugins.feature
acmcommits-1.0.14 features/plugins.feature
acmcommits-1.0.13 features/plugins.feature
acmcommits-1.0.12 features/plugins.feature
acmcommits-1.0.10 features/plugins.feature
acmcommits-1.0.9 features/plugins.feature
acmcommits-1.0.8 features/plugins.feature
acmcommits-1.0.7 features/plugins.feature
acmcommits-1.0.6 features/plugins.feature
acmcommits-1.0.4 features/plugins.feature
acmcommits-1.0.3 features/plugins.feature
acmcommits-1.0.2 features/plugins.feature
acmcommits-1.0.1 features/plugins.feature