sitefix 0.1.5

QA and fix issues on static websites.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Feature: Base Tests
    Background:
        Given I have the environment variables:
            | SITEFIX_SOURCE | public |

    Scenario: Checks run
        Given I have a "public/index.html" file with the body:
            """
            <p>Hello!</p>
            """
        When I run my program
        Then I should see "Checked 1 file" in stdout