Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing alias; bump version
  • Loading branch information
thoughtless committed Jun 9, 2011
1 parent cf76b95 commit a1ca671
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lib/angael/manager.rb
Expand Up @@ -68,6 +68,13 @@ def start!
end end
end end


# This only exists for the sake of testing. I need a way to stub the restart!
# but not the original start!
# Note: this method is not tested directly.
def restart!
start!
end





######### #########
Expand Down
2 changes: 1 addition & 1 deletion lib/angael/version.rb
@@ -1,3 +1,3 @@
module Angael module Angael
VERSION = "0.0.3" VERSION = "0.0.4"
end end

0 comments on commit a1ca671

Please sign in to comment.