This commit is contained in:
Damien Guard
2016-11-22 13:09:16 -08:00
parent 701b08ca90
commit 7a5b5ef400

View File

@@ -152,7 +152,7 @@ describe "Project", ->
expect(notification.getType()).toBe 'warning'
expect(notification.getDetail()).toBe 'SomeError'
expect(notification.getMessage()).toContain '`resurrect`'
expect(notification.getMessage()).toContain path.join('fixtures' ,'dir', 'a')
expect(notification.getMessage()).toContain path.join('fixtures', 'dir', 'a')
describe "when a custom repository-provider service is provided", ->
[fakeRepositoryProvider, fakeRepository] = []