From 8af41b1d3c20cbaf7af3db7958447389b32464a0 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 18 May 2012 08:43:03 -0700 Subject: [PATCH] Add unit test for ignoring hash bang. --- unittests/hashbang.chai | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unittests/hashbang.chai diff --git a/unittests/hashbang.chai b/unittests/hashbang.chai new file mode 100644 index 0000000..9490987 --- /dev/null +++ b/unittests/hashbang.chai @@ -0,0 +1,4 @@ +#!/usr/bin/env chai + +//We just have to reach this point for success +assert_equal(true, true);