spec_app/spec/javascripts/up/syntax_spec.js.coffee in unpoly-rails-0.55.1 vs spec_app/spec/javascripts/up/syntax_spec.js.coffee in unpoly-rails-0.56.0
- old
+ new
@@ -11,10 +11,10 @@
observeClass($element.attr('class'))
up.hello(affix('.container .child'))
expect(observeClass).not.toHaveBeenCalledWith('container')
- expect(observeClass).toHaveBeenCalledWith('child')
+ expect(observeClass).toHaveBeenCalledWith('child')
describe 'destructors', ->
it 'allows compilers to return a function to call when the compiled element is destroyed', asyncSpec (next) ->
destructor = jasmine.createSpy('destructor')
\ No newline at end of file