Skip to content

Commit 0a8971b

Browse files
Fix test name
1 parent d93bdf3 commit 0a8971b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dndDraggingSpec.js renamed to test/dndDraggableSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe('dndDragging', function() {
1+
describe('dndDraggable', function() {
22

33
var SIMPLE_HTML = '<div dnd-draggable="{hello: \'world\'}"></div>';
44

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Spec files -->
2020
<script src="init.js"></script>
21-
<script src="dndDraggingSpec.js"></script>
21+
<script src="dndDraggableSpec.js"></script>
2222
<script src="dndListSpec.js"></script>
2323
<script src="dndNodragSpec.js"></script>
2424

0 commit comments

Comments
 (0)