Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
96749235
Commit
96749235
authored
Jan 22, 2020
by
Manuel Hoffmann
Committed by
Andrew W. Lee
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix constant names that were not renamed in #721 (#739)
parent
d4948432
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
annotate_models.rb
lib/annotate/annotate_models.rb
+6
-6
No files found.
lib/annotate/annotate_models.rb
View file @
96749235
...
...
@@ -142,12 +142,12 @@ module AnnotateModels
File
.
join
(
root_directory
,
EXEMPLARS_SPEC_DIR
,
"%MODEL_NAME%_exemplar.rb"
),
File
.
join
(
root_directory
,
BLUEPRINTS_TEST_DIR
,
"%MODEL_NAME%_blueprint.rb"
),
File
.
join
(
root_directory
,
BLUEPRINTS_SPEC_DIR
,
"%MODEL_NAME%_blueprint.rb"
),
File
.
join
(
root_directory
,
FACTORY_
GIRL
_TEST_DIR
,
"%MODEL_NAME%_factory.rb"
),
# (old style)
File
.
join
(
root_directory
,
FACTORY_
GIRL
_SPEC_DIR
,
"%MODEL_NAME%_factory.rb"
),
# (old style)
File
.
join
(
root_directory
,
FACTORY_
GIRL
_TEST_DIR
,
"%TABLE_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
GIRL
_SPEC_DIR
,
"%TABLE_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
GIRL
_TEST_DIR
,
"%PLURALIZED_MODEL_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
GIRL
_SPEC_DIR
,
"%PLURALIZED_MODEL_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
BOT
_TEST_DIR
,
"%MODEL_NAME%_factory.rb"
),
# (old style)
File
.
join
(
root_directory
,
FACTORY_
BOT
_SPEC_DIR
,
"%MODEL_NAME%_factory.rb"
),
# (old style)
File
.
join
(
root_directory
,
FACTORY_
BOT
_TEST_DIR
,
"%TABLE_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
BOT
_SPEC_DIR
,
"%TABLE_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
BOT
_TEST_DIR
,
"%PLURALIZED_MODEL_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FACTORY_
BOT
_SPEC_DIR
,
"%PLURALIZED_MODEL_NAME%.rb"
),
# (new style)
File
.
join
(
root_directory
,
FABRICATORS_TEST_DIR
,
"%MODEL_NAME%_fabricator.rb"
),
File
.
join
(
root_directory
,
FABRICATORS_SPEC_DIR
,
"%MODEL_NAME%_fabricator.rb"
)
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment