Skip to content

Commit

Permalink
chore(test): remove accidental ddescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Feb 12, 2014
1 parent 16906a4 commit b59f744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/directive/ng_form_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library form_spec;
import '../_specs.dart';

main() =>
ddescribe('form', () {
describe('form', () {
TestBed _;

it('should set the name of the form and attach it to the scope', inject((Scope scope, TestBed _) {
Expand Down

0 comments on commit b59f744

Please sign in to comment.