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