Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 4, 2018
1 parent 7b61f67 commit 13996f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Assertion library for shell scripting.

```bash
#!/usr/bin/env import
import assert@2.1.2
import assert@2.1.3

assert_equal foo bar
# assertion error: foo = bar
Expand All @@ -28,7 +28,7 @@ Returns 0 if the test passes, or 1 if the test fails.

```bash
#!/usr/bin/env import
import assert@2.1.2
import assert@2.1.3

assert 1 -eq 2
# assertion error: 1 -eq 2
Expand All @@ -45,7 +45,7 @@ hood.

```bash
#!/usr/bin/env import
import assert@2.1.2
import assert@2.1.3

assert_equal foo bar
# assertion error: foo = bar
Expand Down

0 comments on commit 13996f5

Please sign in to comment.