Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jun 4, 2024
1 parent f97533e commit c2fa01a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/factories/layer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FactoryBot.define do
factory :layer, class: 'GeoMonitor::Layer' do
sequence(:id) { |n| "institution-#{n}" }
end
factory :layer, class: 'GeoMonitor::Layer'
end

0 comments on commit c2fa01a

Please sign in to comment.