We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068d9f0 commit 5c8dc34Copy full SHA for 5c8dc34
spec/bitbucket_rest_api/client_spec.rb
@@ -9,5 +9,6 @@
9
expect(client.users).to be_a BitBucket::Users
10
expect(client.user_api).to be_a BitBucket::User
11
expect(client.invitations).to be_a BitBucket::Invitations
12
+ expect(client.teams).to be_a BitBucket::Teams
13
end
14
0 commit comments