backbone-generator/templates/app_view_spec.coffee.erb

10 lines
172 B
Plaintext
Raw Normal View History

2011-05-09 02:44:21 +00:00
describe 'AppView', ->
appView = null
beforeEach, ->
appView = new AppView()
it 'should render', ->
expect($(appView.render().el)).toContain('.something')