module TestRunner

Public Class Methods

included(target) click to toggle source
# File lib/test_runner/assert.rb, line 18
def self.included target
  Assert::Syntax.infect target
end