Skip to content

Instantly share code, notes, and snippets.

@davel
Created February 1, 2012 11:19
Show Gist options
  • Save davel/1716614 to your computer and use it in GitHub Desktop.
Save davel/1716614 to your computer and use it in GitHub Desktop.
davel@isosceles:~/state51Platform$ prove gah
gah .. ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.06 CPU)
Result: PASS
davel@isosceles:~/state51Platform$ cat gah
#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 1;
ok 1;
done_testing();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment