Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Background::Wait and exercise in test.
I accidentally used `name` instead of `@name` and apparently this functionality is not called under test. So I added tests. Before: ``` 87 runs, 251 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Integration Tests to /Users/rschneeman/Documents/projects/rundoc/coverage. Line Coverage: 95.32% (1998 / 2096) ``` After: ``` 87 runs, 251 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for Integration Tests to /Users/rschneeman/Documents/projects/rundoc/coverage. Line Coverage: 95.66% (2006 / 2097) ```
- Loading branch information