Commit b879c29d authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

creates the configuration file even if start/stop server is disabled

parent 27dcfc48
......@@ -16,8 +16,8 @@ module BaseTestCase
config_test_name = "config_#{test_method_name}"
self.send(config_test_name) if self.respond_to?(config_test_name)
self.create_config_file
unless @disable_start_stop_server
self.create_config_file
self.stop_server
self.start_server
end
......
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