Handle the GitHub org rename: sgmap -> betagouv

This commit is contained in:
gregoirenovel 2018-01-10 17:26:12 +01:00
parent e2bcace4ff
commit 289461d708
7 changed files with 7 additions and 7 deletions

View file

@ -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