module Pocolog::SelfTest

This module is the common setup for all tests

It is included in all the minitest tests

@example

require 'pocolog/test'
describe Pocolog do
    # Use helpers methods from SelfTest here
end

Public Instance Methods

setup() click to toggle source

Common setup code for all pocolog tests

# File lib/pocolog/test.rb, line 49
def setup
end
teardown() click to toggle source

Common teardown code for all pocolog tests

# File lib/pocolog/test.rb, line 53
def teardown
end