Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
get rid of ddescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Sep 14, 2014
1 parent 1f71d2d commit eee175b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sticky/sticky.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ddescribe('$materialStickySpec', function() {
describe('$materialStickySpec', function() {
beforeEach(module('materia.components.sticky'));
// Todo, how to test this stuff?
it('adds material-sticky-active to active element');
it('adds material-transition to a transitioning element');
it('computes the style of transition elements on scroll');
Expand Down

0 comments on commit eee175b

Please sign in to comment.