Handle the GitHub org rename: sgmap -> betagouv
This commit is contained in:
parent
e2bcace4ff
commit
289461d708
7 changed files with 7 additions and 7 deletions
|
@ -50,7 +50,7 @@ describe RootController, type: :controller do
|
|||
render_views
|
||||
|
||||
before do
|
||||
stub_request(:get, "https://api.github.com/repos/sgmap/tps/releases/latest")
|
||||
stub_request(:get, "https://api.github.com/repos/betagouv/tps/releases/latest")
|
||||
.to_return(:status => 200, :body => '{"tag_name": "plip", "body": "blabla", "published_at": "2016-02-09T16:46:47Z"}', :headers => {})
|
||||
|
||||
subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue