module TestServerSetupModule

Public Instance Methods

setup() click to toggle source
# File vendor/qwik/lib/qwik/test-module-server.rb, line 14
def setup
  @dir = '.test/data/test'.path
  @dir.setup
end
teardown() click to toggle source
# File vendor/qwik/lib/qwik/test-module-server.rb, line 19
def teardown
  @dir.teardown
end