Skip to content

Commit

Permalink
Specs expect public :list method (hitobito/hitobito#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 17, 2024
1 parent 13b9ade commit 86f0b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/domain/export/tabular/census_flock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def initialize(year)
super(build_items)
end

public :list

private

def build_items
Expand Down
2 changes: 2 additions & 0 deletions app/domain/export/tabular/census_flock_federation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def initialize(year)
super(build_items)
end

public :list

private

def build_items
Expand Down
2 changes: 2 additions & 0 deletions app/domain/export/tabular/census_flock_state.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def initialize(year)
super(build_items)
end

public :list

private

def build_items
Expand Down

0 comments on commit 86f0b18

Please sign in to comment.