Fix GitHub URL test.

This commit is contained in:
Mathias Meyer 2013-05-10 17:09:40 +02:00
parent d04988138d
commit d82116d68f

View File

@ -1,6 +1,6 @@
@displaysRepository = (repo) ->
expect($('#repo h3 a').attr('href')).toEqual (repo.href)
expect($('#repo .github-icon a').attr('href')).toEqual ("https//github.com#{repo.href}")
expect($('#repo .github-icon a').attr('href')).toEqual ("http://github.com#{repo.href}")
@displaysTabs = (tabs) ->
for name, tab of tabs