Skip to content

Commit

Permalink
Add the Ruby version as the title of the notification
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Feb 17, 2014
1 parent a982598 commit 709dbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/infinity_test/core/notifier.rb
Expand Up @@ -15,7 +15,7 @@ def initialize(options)
end

def notify
send(library).message(test_message).image(image).notify
send(library).title(RUBY_VERSION).message(test_message).image(image).notify
end

def image
Expand Down

0 comments on commit 709dbed

Please sign in to comment.