module MetaRuby::SelfTest

This module is the common setup for all tests

It is included in all the minitest tests

@example

require 'metaruby/test'
describe MetaRuby do
    # Use helpers methods from SelfTest here
end

Public Instance Methods

setup() click to toggle source

Common setup code for all metaruby tests

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

Common teardown code for all metaruby tests

# File lib/metaruby/test.rb, line 54
def teardown
end