Test for and fix username case inconsistencies
This commit is contained in:
parent
e3a4d63847
commit
f0c440b884
2 changed files with 2 additions and 3 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue