summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 01050c8..a287f95 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,6 +5,7 @@ TEST_USER = "guest"
TEST_PW = "guest"
task ARGV[0] do
+ puts ENV["RACK_ENV"]
puts ARGV[0]+".rb"
require "./"+ARGV[0]+".rb"
end