diff --git a/quick_cgi.rb b/lib/quick_cgi.rb similarity index 100% rename from quick_cgi.rb rename to lib/quick_cgi.rb diff --git a/test/params.txt b/params.txt similarity index 100% rename from test/params.txt rename to params.txt diff --git a/test/test.haml b/try.haml similarity index 100% rename from test/test.haml rename to try.haml diff --git a/test/test.rb b/try.rb similarity index 79% rename from test/test.rb rename to try.rb index d1a36bc..a0b3268 100755 --- a/test/test.rb +++ b/try.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby require 'rubygems' -require '../quick_cgi' +require 'lib/quick_cgi' $DEBUG = false @@ -9,5 +9,5 @@ admin_email 'geoffk@ci.garden-grove.ca.us' @test_variable = 'three' @params_string = params.inspect - render(:haml=>'test.haml') + render(:haml=>'try.haml') end