spec/integration_spec.rb in vkontakte_api-1.3.1 vs spec/integration_spec.rb in vkontakte_api-1.4

- old
+ new

@@ -31,19 +31,17 @@ if MechanizedAuthorization.on? describe "authorized requests" do let(:vk) { MechanizedAuthorization.client } it "get groups" do - pending 'MechanizedAuthorization not working' expect(vk.groups.get).to include(1) end end describe "requests with camelCase and predicate methods" do let(:vk) { MechanizedAuthorization.client } it "convert method names to vk.com format" do - pending 'MechanizedAuthorization not working' expect(vk.is_app_user?).to be_true end end end