Skip to content
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/ListsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Lists', function(){
expect(story.Continue()).toEqual('3\n');
});

xit('should set names from values', function(){
it('should set names from values', function(){
story.ChoosePathString('lists.value_from_number');

expect(story.Continue()).toEqual('cold\n');
Expand Down

0 comments on commit cd74d75

Please sign in to comment.