Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/lib/lita-tox.rb
Braiden Vasco 921c7dc3d0 Initialize Lita adapter
$ lita adapter tox
from parent directory
2015-07-25 12:10:34 +05:00

7 lines
142 B
Ruby

require "lita"
Lita.load_locales Dir[File.expand_path(
File.join("..", "..", "locales", "*.yml"), __FILE__
)]
require "lita/adapters/tox"