Improve web hook data. Use clonable url in repo info

This commit is contained in:
Dmitriy Zaporozhets 2012-12-23 01:10:57 +02:00
parent 0af5884bcd
commit 3ff131a747
3 changed files with 4 additions and 4 deletions

View file

@ -91,7 +91,7 @@ describe Project, "Hooks" do
subject { @data[:repository] }
it { should include(name: project.name) }
it { should include(url: project.web_url) }
it { should include(url: project.url_to_repo) }
it { should include(description: project.description) }
it { should include(homepage: project.web_url) }
end