We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2781a70 commit b994324Copy full SHA for b994324
test/test_app.rb
@@ -144,6 +144,10 @@ def initialize(formatter)
144
ENV.delete("ROBY_ADD_APP_NAME_TO_BASE_LOG_DIR")
145
app.log.delete("dir")
146
end
147
+ after do
148
+ ENV.delete("ROBY_APP_DIR")
149
+ ENV.delete("ROBY_ADD_APP_NAME_TO_BASE_LOG_DIR")
150
+ end
151
it "it uses log[dir] when no ENV variable is set and log is set" do
152
app.log["dir"] = "strawberry"
153
log_base_dir = app.log_base_dir
0 commit comments