summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-03-26 17:32:15 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-03-26 17:32:15 -0700
commit2195fb15a7b6c4f3ea17885b184f386e6cc82787 (patch)
treecd5a0b31eed6fb79d367b43bdb7aeb8382911a0c /Rakefile
parent50dd7278528e4323c6fdfc2e0587616eb6a815b5 (diff)
downloadpsych-2195fb15a7b6c4f3ea17885b184f386e6cc82787.tar.gz
moving tests under the psych directory
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7068c40..dc3d4a8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,7 @@ gem 'rake-compiler', '>= 0.4.1'
require "rake/extensiontask"
Hoe.plugin :debugging, :doofus, :git
+Hoe::RUBY_FLAGS << " -I. "
Hoe.spec 'psych' do
developer 'Aaron Patterson', 'aaronp@rubyforge.org'