spec/twitch/bot/client_spec.rb in twitch-bot-1.0.0 vs spec/twitch/bot/client_spec.rb in twitch-bot-2.0.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -describe Twitch::Bot::Client do +RSpec.describe Twitch::Bot::Client do let!(:client) do connection = Twitch::Bot::Connection.new( nickname: "test", password: "test", ) described_class.new(connection: connection)