-
-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
config/initializers/inflections.rb
app/services/row_importers/starlims_row.rb
spec/services/row_importers/starlims_row_spec.rb
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.acronym 'StarLIMS'
endmodule RowImporters
class StarLIMSRow
end
endRSpec.describe RowImporters::StarLIMSRow do
end$ bundle exec rubocop
Inspecting 259 files
.......................................................................................................................................................................................................................................C........
Offenses:
spec/services/row_importers/starlims_row_spec.rb:5:1: C: RSpec/FilePath: Spec path should end with row_importers/star_lims_row*_spec.rb.
RSpec.describe RowImporters::StarLIMSRow do
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^This is the code in question.
| custom_transform.fetch(name) { camel_to_snake_case(name) } |
Metadata
Metadata
Assignees
Labels
No labels