lib/rubysmith/configuration/enhancers/git_email.rb in rubysmith-4.0.0 vs lib/rubysmith/configuration/enhancers/git_email.rb in rubysmith-4.0.1

- old
+ new

@@ -22,10 +22,10 @@ private attr_reader :git - def email = git.get "user.email" + def email = git.get "user.email", "TODO" end end end end