i think ruby 1.9 needs this. can't live without

it.
This commit is contained in:
rick
2011-03-03 15:22:31 -08:00
parent aabed7a6cc
commit f8b25f44f7
+2 -1
View File
@@ -1,3 +1,4 @@
# ~*~ encoding: utf-8 ~*~
require File.expand_path(File.join(File.dirname(__FILE__), "helper"))
context "Wiki" do
@@ -47,4 +48,4 @@ context "Wiki" do
FileUtils.rm_rf(@path)
end
end
end
end