class QuickShoulda::Errors::PathNotGivenError

Public Class Methods

new(msg = 'path to model file must be given') click to toggle source
Calls superclass method
# File lib/quick_shoulda/errors.rb, line 28
def initialize(msg = 'path to model file must be given')
        super(msg)
end