features/bugs.feature in lolcommits-0.13.0 vs features/bugs.feature in lolcommits-0.13.1

- old
+ new

@@ -5,30 +5,30 @@ Background: Given a mocked home directory # - # issue #58, https://github.com/mroth/lolcommits/issues/58 + # issue #58, https://github.com/lolcommits/lolcommits/issues/58 # Scenario: handle git repos with spaces in directory name Given I am in a git repo named "test lolol" with lolcommits enabled And I 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 + # issue #68, https://github.com/lolcommits/lolcommits/issues/68 # @fake-interactive-rebase @slow_process Scenario: Don't trigger capture during a git rebase Given I am in a git repo named "yuh8history" with lolcommits enabled And I do 3 git commits When I run `git rebase -i HEAD~2` Then there should be exactly 3 jpgs in "~/.lolcommits/yuh8history" # - # issue #87, https://github.com/mroth/lolcommits/issues/87 + # issue #87, https://github.com/lolcommits/lolcommits/issues/87 # @fake-no-imagemagick Scenario: gracefully fail when imagemagick is not installed When I run `lolcommits` Then the output should contain: @@ -36,10 +36,10 @@ ImageMagick does not appear to be properly installed """ And the exit status should be 1 # - # issue #50, https://github.com/mroth/lolcommits/issues/50 + # issue #50, https://github.com/lolcommits/lolcommits/issues/50 # Scenario: catch upstream bug with ruby-git and color=always Given I am in a git repo named "whatev" with lolcommits enabled And I run `git config color.ui always` When I run `lolcommits`