Skip to content

Commit

Permalink
Trying tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kloess committed Jul 16, 2010
1 parent 05201e6 commit 2963c7f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/test.rb → try.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/ruby
require 'rubygems'
require '../quick_cgi'
require 'lib/quick_cgi'

$DEBUG = false

Expand All @@ -9,5 +9,5 @@
admin_email '[email protected]'
@test_variable = 'three'
@params_string = params.inspect
render(:haml=>'test.haml')
render(:haml=>'try.haml')
end

0 comments on commit 2963c7f

Please sign in to comment.