Commit 8f98a1c2 by Kevin Chugh

remove failing jasmine tests and print statements

parent 99f235ec
describe "DiscussionContentView", ->
beforeEach ->
setFixtures
(
"""
<div class="discussion-column">
</div>
"""
)
@view = new DiscussionThreadListView()
it 'defines the tag', ->
expect($('#jasmine-fixtures')).toExist
expect(@view.tagName).toBeDefined
expect(@view.el.tagName.toLowerCase()).toBe 'div'
it "defines the class", ->
expect(@view).toBeDefined();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment