Sha256: 409e9a01ab2b271fbea030ab39ed05e5790f3ad6bbe8c3948c5acbcf19713a63
Contents?: true
Size: 1011 Bytes
Versions: 3
Compression:
Stored size: 1011 Bytes
Contents
Feature: Bug regression testing As a developer I want to ensure fixed bugs stay fixed So that I don't have to fix them again! # # issue #58, https://github.com/mroth/lolcommits/issues/58 # Scenario: handle git repos with spaces in directory name Given I am in a git repository named "test lolol" with lolcommits enabled And I successfully run `git commit --allow-empty -m 'can haz commit'` Then the output should contain "*** Preserving this moment in history." And a directory named "../.lolcommits/test-lolol" should exist # # issue #68, https://github.com/mroth/lolcommits/issues/68 # @fake-interactive-rebase @slow_process Scenario: Don't trigger capture during a git rebase Given I am in a git repository named "yuh8history" with lolcommits enabled And I do 6 git commits When I successfully run `git rebase -i HEAD~5` # Then there should be 4 commit entries in the git log Then there should be exactly 6 jpgs in "../.lolcommits/yuh8history"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lolcommits-0.4.0.pre1 | features/bugs.feature |
lolcommits-0.3.4 | features/bugs.feature |
lolcommits-0.3.3 | features/bugs.feature |