Commit b9558c6f authored by Terence Lee's avatar Terence Lee

env is expected to be a hash

parent 46bfa461
......@@ -19,7 +19,7 @@ class AppRunner
HOST_IP = boot2docker_ip || "127.0.0.1"
CONTAINER_PORT = "3000"
def initialize(fixture, env = nil, debug = false)
def initialize(fixture, env = {}, debug = false)
@run = false
@debug = debug
env.merge!("STATIC_DEBUG" => true) if @debug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment