Top Level Namespace
Included Modules
Extended Modules
Defined in:
Method Summary
expect_correction(source, correction, *, file = __FILE__, line = __LINE__)
expect_correction,
expect_issue(rules : Rule::Base | Enumerable(Rule::Base), annotated_code : String, path = "", *, file = __FILE__, line = __LINE__, **replacements)
expect_issue,
expect_no_corrections(source, *, file = __FILE__, line = __LINE__)
expect_no_corrections,
expect_no_issues(rules : Rule::Base | Enumerable(Rule::Base), code : String, path = "", *, file = __FILE__, line = __LINE__)
expect_no_issues
Instance methods inherited from module Ameba::Spec::Util
normalize_code(code, separator = '\n')
normalize_code
be_valid
be_valid
Method Detail
def
trailing_whitespace
#