spec/bobot/subscription_spec.rb in bobot-2.6.2 vs spec/bobot/subscription_spec.rb in bobot-3.0.1
- old
+ new
@@ -13,10 +13,10 @@
'/subscribed_apps',
)
end
before do
- Bobot.config.pages << Bobot::Configuration::Page.new(
+ Bobot.config.pages << Bobot::Page.new(
page_access_token: access_token,
page_id: page_id,
)
end