We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc99b0 commit 8d52bc6Copy full SHA for 8d52bc6
2 files changed
spec/fixtures/repos/repo.json
@@ -1,4 +1,5 @@
1
{
2
+ "id": 1296269,
3
"url": "https://api.github.com/repos/octocat/Hello-World",
4
"html_url": "https://github.com/octocat/Hello-World",
5
"clone_url": "https://github.com/octocat/Hello-World.git",
spec/github/client/repos/get_by_id_spec.rb
@@ -3,9 +3,7 @@
require 'spec_helper'
describe Github::Client::Repos, '#get_by_id' do
6
- let(:user) { 'peter-murach' }
7
- let(:repo) { 'github' }
8
- let(:repo_id) { '2456210' }
+ let(:repo_id) { 1296269 }
9
let(:request_path) { "/repositories/#{repo_id}" }
10
11
before {
0 commit comments