Sha256: 66588edff5ea8f16df87a29e828f70a7a9fa6a7ef9d808794c8f47a35aa87d31
Contents?: true
Size: 484 Bytes
Versions: 4
Compression:
Stored size: 484 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::Client::Activity, 'integration' do after { reset_authentication_for subject } it_should_behave_like 'api interface' its(:events) { should be_a Github::Client::Activity::Events } its(:notifications) { should be_a Github::Client::Activity::Notifications } its(:starring) { should be_a Github::Client::Activity::Starring } its(:watching) { should be_a Github::Client::Activity::Watching } end
Version data entries
4 entries across 4 versions & 1 rubygems