jimmycuadra/lita-high-five

View on GitHub
lib/lita-high-five.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "lita"

Lita.load_locales Dir[File.expand_path(
  File.join("..", "..", "locales", "*.yml"), __FILE__
)]

require "lita/handlers/high_five"

Lita::Handlers::HighFive.template_root File.expand_path(
  File.join("..", "..", "templates"),
 __FILE__
)