Skip to content

Commit

Permalink
Merge branch 'master' into kg-exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Goslar committed May 30, 2016
2 parents 1566680 + 658dcf9 commit 28a4df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 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
Expand All @@ -18,7 +18,7 @@ require! {
}


describe 'async testing of hashes', ->
describe 'asynchronous testing of data', ->


context 'matching data', (...) ->
Expand Down

0 comments on commit 28a4df1

Please sign in to comment.