Skip to content

Commit

Permalink
Make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
iNecas committed Feb 25, 2014
1 parent 2be5d47 commit e056b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/actions/helpers/presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
module Actions
module Helpers
# Delegate task information to presenter object
module Presenter # TODO rename to Presented?
module Presenter # TODO: rename to Presented?

def presenter
fail NotImplementedError
Expand Down
2 changes: 1 addition & 1 deletion app/lib/actions/katello/repository/sync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def plan(repo)
end

def humanized_name
_("Synchronize") # TODO rename class to Synchronize and remove this method, add Sync = Synchronize
_("Synchronize") # TODO: rename class to Synchronize and remove this method, add Sync = Synchronize
end

def presenter
Expand Down

0 comments on commit e056b40

Please sign in to comment.