Sha256: 0159daea43ac7bb13d7b61fefa9050ea3d60d0206fcd600d7ece86b69cd218c2
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 Bytes
Contents
module ParseSpecHelper def assert_link(link, kind, location, has_problem, problem=nil) link.kind.should eql(kind) link.location.should eql(location) link.has_problem?.should eql(has_problem) link.problem.should eql(problem) if problem end end
Version data entries
5 entries across 5 versions & 1 rubygems