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