diff options
author | Austin Ziegler <austin@surfeasy.com> | 2012-03-21 02:27:43 -0400 |
---|---|---|
committer | Austin Ziegler <austin@surfeasy.com> | 2012-03-21 02:27:43 -0400 |
commit | 86e4e1ba222cab4dddf13caa5c56925c9a6401dc (patch) | |
tree | d4b5226008420de2f1c3bd8964a977f28737442b | |
parent | 652cc334c6189fe639c5f54abecdcef2a2833b35 (diff) | |
download | diff-lcs-86e4e1ba222cab4dddf13caa5c56925c9a6401dc.tar.gz |
Adding autotestability.
-rw-r--r-- | .autotest | 3 | ||||
-rw-r--r-- | .rspec | 2 | ||||
-rw-r--r-- | autotest/discover.rb | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.autotest b/.autotest new file mode 100644 index 0000000..1236395 --- /dev/null +++ b/.autotest @@ -0,0 +1,3 @@ +require 'rubygems' + +# vim: syntax=ruby @@ -0,0 +1,2 @@ +--colour +--format documentation diff --git a/autotest/discover.rb b/autotest/discover.rb new file mode 100644 index 0000000..cd6892c --- /dev/null +++ b/autotest/discover.rb @@ -0,0 +1 @@ +Autotest.add_discovery { "rspec2" } |