Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Jan 12, 2021
1 parent 6d2a761 commit db5f586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shpec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe "moe is an editor"
describe "invocation options"

it "can display it's version"
assert equal `moe -v | grep -oPq "^moe v\d+\.\d+\.\d+$";echo $?` 0
assert equal `moe -v | grep -oPq "^moe v\d+\.\d+\.\d+\.\d+$";echo $?` 0
end

it "can display command line options"
Expand Down

0 comments on commit db5f586

Please sign in to comment.