Test for and fix username case inconsistencies

This commit is contained in:
Jaiden Mispy 2014-12-16 08:28:52 +11:00
parent e3a4d63847
commit f0c440b884
2 changed files with 2 additions and 3 deletions

View file

@ -83,7 +83,7 @@ end
describe Ebooks::Bot do
include Ebooks::Test
let(:bot) { TestBot.new('test_ebooks') }
let(:bot) { TestBot.new('Test_Ebooks') }
before { Timecop.freeze }
after { Timecop.return }