mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 04:11:08 -05:00
Test for and fix username case inconsistencies
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user