Skip to content

Commit

Permalink
Refactor RSpec for AnnotateModels - structuralize test cases (#755)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nard-tech committed Feb 13, 2020
1 parent 5176bb8 commit 3f3c886
Show file tree
Hide file tree
Showing 2 changed files with 1,079 additions and 1,081 deletions.
4 changes: 2 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-02-12 18:43:06 +0900 using RuboCop version 0.68.1.
# on 2020-02-13 18:10:52 +0900 using RuboCop version 0.68.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -528,7 +528,7 @@ Style/UnneededPercentQ:
Exclude:
- 'annotate.gemspec'

# Offense count: 344
# Offense count: 346
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Expand Down
Loading

0 comments on commit 3f3c886

Please sign in to comment.