Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit e2c09b9

Browse files
committed
cleaning up language on delete specs
1 parent 1ff99a1 commit e2c09b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Delete.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
feature("Deleting characters", function() {
2-
story('User presses delete key with cursor on a mask literal',function(){
1+
feature("Delete Key", function() {
2+
story('User presses delete with cursor on a mask literal',function(){
33
scenario('character at end matches definition to the right',function(){
44
given("an input with a mask definition of '9-99'", function(){
55
input
@@ -49,7 +49,7 @@ feature("Deleting characters", function() {
4949
});
5050
});
5151

52-
story('User presses delete key with cursor on first character',function(){
52+
story('User presses delete with cursor on first character',function(){
5353
scenario('character to right matches definition of current position',function(){
5454
given("an input with a mask definition of '99'", function(){
5555
input

0 commit comments

Comments
 (0)