46e6d7b2b6
Conflicts: .travis.yml Gemfile README.md Rakefile lita-tox.gemspec spec/spec_helper.rb
9 lines
176 B
Ruby
9 lines
176 B
Ruby
# rubocop:disable Style/FileName
|
|
|
|
require 'lita'
|
|
|
|
Lita.load_locales Dir[File.expand_path(
|
|
File.join('..', '..', 'locales', '*.yml'), __FILE__
|
|
)]
|
|
|
|
require 'lita/adapters/tox'
|