Skip to content

Commit

Permalink
Removed deprecation notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
kward committed Apr 12, 2020
1 parent 86f430c commit f4cd2a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/suite_test.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/sh
# file: examples/suite_test.sh
#
# This test demonstrates the use of suites. Note: the suite functionality is
# deprecated as of v2.1.0, and will be removed in a future major release.

# This test demonstrates the use of suites.
#
# suite is a special function called by shUnit2 to setup a suite of tests. It
# enables a developer to call a set of functions that contain tests without
# needing to rename the functions to start with "test".
Expand Down

0 comments on commit f4cd2a2

Please sign in to comment.