Skip to content

Commit

Permalink
Add specify as an alias for it
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Oct 20, 2012
1 parent e9130e9 commit 63f372a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/spec/example_group.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ namespace eval Spec {
uplevel 1 [list :example {*}$args]
}

proc specify { args } {
uplevel 1 [list :example {*}$args]
}

proc example { args } {
uplevel 1 [list :example {*}$args]
}
Expand Down

0 comments on commit 63f372a

Please sign in to comment.