Skip to content

Commit

Permalink
Making the specs executable
Browse files Browse the repository at this point in the history
To use the executable scripts, first the iospec script must be copied
onto the $PATH.
  • Loading branch information
quag committed Dec 29, 2008
1 parent 35e53c1 commit 85e6aa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/list-spec.io 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env iospec

describe(List,

describe(sort, "sort",
Expand Down
2 changes: 2 additions & 0 deletions examples/reduce-spec.io 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env iospec

describe(emptyList, "Empty list",
setup(
e := list
Expand Down
2 changes: 2 additions & 0 deletions examples/user-spec.io 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env iospec

describe(webUser, WebUser,
setup(
user := WebUser clone
Expand Down

0 comments on commit 85e6aa4

Please sign in to comment.