Skip to content

Commit 3f3c886

Browse files
authored
Refactor RSpec for AnnotateModels - structuralize test cases (#755)
The test cases of AnnotateModels.get_schema_info was separated into two sections. So I merged them into one, and refactor test cases. This PR is new version of #741.
1 parent 5176bb8 commit 3f3c886

File tree

2 files changed

+1079
-1081
lines changed

2 files changed

+1079
-1081
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2020-02-12 18:43:06 +0900 using RuboCop version 0.68.1.
3+
# on 2020-02-13 18:10:52 +0900 using RuboCop version 0.68.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -528,7 +528,7 @@ Style/UnneededPercentQ:
528528
Exclude:
529529
- 'annotate.gemspec'
530530

531-
# Offense count: 344
531+
# Offense count: 346
532532
# Cop supports --auto-correct.
533533
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
534534
# URISchemes: http, https

0 commit comments

Comments
 (0)