summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@surfeasy.com>2012-03-21 02:27:43 -0400
committerAustin Ziegler <austin@surfeasy.com>2012-03-21 02:27:43 -0400
commit86e4e1ba222cab4dddf13caa5c56925c9a6401dc (patch)
treed4b5226008420de2f1c3bd8964a977f28737442b
parent652cc334c6189fe639c5f54abecdcef2a2833b35 (diff)
downloaddiff-lcs-86e4e1ba222cab4dddf13caa5c56925c9a6401dc.tar.gz
Adding autotestability.
-rw-r--r--.autotest3
-rw-r--r--.rspec2
-rw-r--r--autotest/discover.rb1
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
diff --git a/.rspec b/.rspec
new file mode 100644
index 0000000..7438fbe
--- /dev/null
+++ b/.rspec
@@ -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" }