Skip to content

Commit

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

public :list

private

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

public :list

private

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

public :list

private

def build_items
Expand Down

0 comments on commit 9631fec

Please sign in to comment.