summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@halostatue.ca>2011-08-24 00:13:32 -0400
committerAustin Ziegler <austin@halostatue.ca>2011-08-24 00:20:32 -0400
commit0d05fe3b8f9831538bd6696f8064e9bdab93f5b3 (patch)
treede1d41aded4cdd1998d14a9fd6637ed819a2b7c6 /Rakefile
parentb22b64a0850af67007ada96f445a2197aaa11914 (diff)
downloaddiff-lcs-0d05fe3b8f9831538bd6696f8064e9bdab93f5b3.tar.gz
Making hoe happy.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 70bfebb..ae8affe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,8 +1,11 @@
# -*- ruby encoding: utf-8 -*-
require 'rubygems'
+require 'rspec'
require 'hoe'
+p RSpec
+
Hoe.plugin :doofus
Hoe.plugin :gemspec
Hoe.plugin :git