features/oct.feature in oct-0.2.0 vs features/oct.feature in oct-0.3.1

- old
+ new

@@ -11,19 +11,19 @@ And file "file2.txt" is chmod 0644 Given an empty file named "file1.txt" And file "file1.txt" is chmod 0644 Scenario: No files on the command line - When I run "oct" + When I run `oct` Then the exit status should be 0 And the output should contain: """ 0644 file1.txt 0644 file2.txt """ Scenario: Files on the command line - When I run "oct file1*" + When I run `oct file1.txt` Then the exit status should be 0 And the output should contain: """ 0644 file1.txt """