ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Comply with ruby style guide for minitest #145

Closed alexskr closed 6 months ago

alexskr commented 11 months ago
  1. Comply with ruby style guide for minitest and lint for layout alignment and unnecessary spaces.
    https://minitest.rubystyle.guide/

This improves unit test failure messages. Instead of

 24) Failure:
TestWhere#test_aggregated [ goo/test/test_where.rb:544]:
Failed assertion, no message given.

minitest reports:

  24) Failure:
TestWhere#test_aggregated [ goo/test/test_where.rb:532]:
Expected: 6
  Actual: 7
codecov-commenter commented 11 months ago

Codecov Report

Merging #145 (7d1846b) into develop (1248500) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #145   +/-   ##
========================================
  Coverage    82.61%   82.61%           
========================================
  Files           24       24           
  Lines         2266     2266           
========================================
  Hits          1872     1872           
  Misses         394      394