class MinitestToRspec::ModuleShorthandError

See DEFAULT_MESSAGE

Constants

DEFAULT_MESSAGE

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# File lib/minitest_to_rspec/errors.rb, line 24
def initialize(msg = nil)
  super(msg || DEFAULT_MESSAGE)
end