Fixed rake test

This commit is contained in:
Ryan McGeary 2009-07-30 13:29:06 -04:00
parent 9f15ffae84
commit 41ce478ba4

View file

@ -12,5 +12,5 @@ end
desc 'Open your default browser with the test page'
task :test do
sh("open test.html")
sh("open test/test.html")
end