Fix GitHub URL test.
This commit is contained in:
parent
d04988138d
commit
d82116d68f
|
@ -1,6 +1,6 @@
|
||||||
@displaysRepository = (repo) ->
|
@displaysRepository = (repo) ->
|
||||||
expect($('#repo h3 a').attr('href')).toEqual (repo.href)
|
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) ->
|
@displaysTabs = (tabs) ->
|
||||||
for name, tab of tabs
|
for name, tab of tabs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user