From 658dcf9947684fc9f9193557d093af7296cb6e9f Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Mon, 30 May 2016 15:19:19 -0700 Subject: [PATCH] Improve test descriptions --- spec/async-testing-spec.ls | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/async-testing-spec.ls b/spec/async-testing-spec.ls index ea8125c..698669e 100644 --- a/spec/async-testing-spec.ls +++ b/spec/async-testing-spec.ls @@ -1,10 +1,10 @@ /* -Feature: asynchronous testing of hashes +Feature: asynchronous testing - As a developer dealing with hashes produced by my code - I want to be able to diff them against expected values asynchronously in my tests - So that verifying them in my asynchronous tests is easy and natural. + As a developer testing my code + I want to be able to verify complex values in async tests asynchronously + So that jsdiff-console calls the "done" method for me automatically. - call "jsdiff-console actual, expected, done" to diff the given hash asynchronously @@ -18,7 +18,7 @@ require! { } -describe 'async testing of hashes', -> +describe 'asynchronous testing of data', -> context 'matching data', (...) ->