features/spacing.feature in tailor-0.1.1 vs features/spacing.feature in tailor-0.1.2

- old
+ new

@@ -6,12 +6,12 @@ which lines those problems occur on, and what type of spacing they're missing Scenario: A single class-less file with hard tabs Given I have a project directory "1_file_with_hard_tabs" - And I have "1" file in my project + And I have 1 file in my project And that file does not contain any "class" statements - And the file contains only "1" "def" statement + And the file contains only 1 "def" statement And that file contains lines with hard tabs When I run the checker on the project Then the checker should tell me each line that has a hard tab Scenario: A single file that has all lines with trailing whitespace