Skip to content

Commit 7a1f108

Browse files
committed
fix javascript spec
1 parent d5a0ac3 commit 7a1f108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/javascripts/topics_spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe "Topics", ->
103103
"""
104104

105105
it 'replies to floor 1 and login 012345', ->
106-
spy = @spy(Topics, 'reply')
106+
spy = sinon.spy(Topics, 'reply')
107107
Topics.init()
108108
@htmlContainer.find('a').click()
109109
console.log spy.args

0 commit comments

Comments
 (0)