Skip to content

Commit

Permalink
overlay_colors regex fix for yaml differences (legacy rubies)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed May 13, 2016
1 parent 8296e4b commit c780ab3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions features/lolcommits.feature
Expand Up @@ -152,12 +152,7 @@ Feature: Basic UI functionality
When I successfully run `lolcommits --show-config`
Then the output should match /enabled: true/
And the output should match /:overlay: true/
And the output should match:
"""
:overlay_colors:
- .*#2884ae.*
- .*#7e231f.*
"""
And the output should match /:overlay_colors:.*\n.*['"]#2884ae['"].*\n.*['"]#7e231f['"].*\n/
And the output should match /:font: my-font\.ttf/
And the output should match /:size: 32/
And the output should match /:position: S/
Expand Down

0 comments on commit c780ab3

Please sign in to comment.