From 91aa57e2ad152c7c803d5d66fbb6c204683491e8 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 30 Jul 2009 13:31:38 -0400 Subject: [PATCH] Renamed test/test.html to test/index.html --- Rakefile | 2 +- test/{test.html => index.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{test.html => index.html} (100%) diff --git a/Rakefile b/Rakefile index a42bbfa..cc5af50 100644 --- a/Rakefile +++ b/Rakefile @@ -12,5 +12,5 @@ end desc 'Open your default browser with the test page' task :test do - sh("open test/test.html") + sh("open test/index.html") end diff --git a/test/test.html b/test/index.html similarity index 100% rename from test/test.html rename to test/index.html