Skip to content

Commit 0f5a875

Browse files
committed
Test the api behaviour.
1 parent 10d626f commit 0f5a875

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

spec/integration/gists_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
after { reset_authentication_for subject }
88

9+
it_should_behave_like 'api interface'
10+
911
its(:comments) { should be_a Github::Gists::Comments }
1012

1113
end # Github::Gists

spec/integration/issues_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
after { reset_authentication_for subject }
88

9+
it_should_behave_like 'api interface'
10+
911
its(:assignees) { should be_a Github::Issues::Assignees }
1012

1113
its(:comments) { should be_a Github::Issues::Comments }

0 commit comments

Comments
 (0)