Renamed test/test.html to test/index.html

This commit is contained in:
Ryan McGeary 2009-07-30 13:31:38 -04:00
parent 41ce478ba4
commit 91aa57e2ad
2 changed files with 1 additions and 1 deletions

View file

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