Skip to content

Commit

Permalink
Remove unecessary overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Mar 10, 2024
1 parent 2c323c4 commit 0af5841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: https://github.com/foobara/files-generator.git
revision: 5ee0b37ee246a652d86c0239e573d7818d4c0964
revision: d28448337abb3381fa88e6683d0ce3d559743389
specs:
foobara-files-generator (0.1.0)

Expand Down
11 changes: 0 additions & 11 deletions src/domain_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ def target_path
def templates_dir
"#{__dir__}/../templates"
end

# TODO: promote this up to base project
def ==(other)
# :nocov:
self.class == other.class && domain_config == other.domain_config
# :nocov:
end

def hash
domain_config.hash
end
end
end
end
Expand Down

0 comments on commit 0af5841

Please sign in to comment.