lib/telegram/bot.rb in telegram-bot-0.9.0.alpha2 vs lib/telegram/bot.rb in telegram-bot-0.9.0
- old
+ new
@@ -32,9 +32,10 @@
autoload :Client, 'telegram/bot/client'
autoload :ClientStub, 'telegram/bot/client_stub'
autoload :DebugClient, 'telegram/bot/debug_client'
autoload :Initializers, 'telegram/bot/initializers'
autoload :Middleware, 'telegram/bot/middleware'
+ autoload :RSpec, 'telegram/bot/rspec'
autoload :UpdatesController, 'telegram/bot/updates_controller'
autoload :UpdatesPoller, 'telegram/bot/updates_poller'
end
end