Skip to content

Commit f145af2

Browse files
committed
test(gen:endpoint): jshint other 2 endpoints
1 parent 07d78eb commit f145af2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/test/endpoint.test.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ describe('angular-fullstack:endpoint', function() {
183183
});
184184
});
185185

186-
it('should generate the expected files');
186+
it('should generate the expected files', function() {
187+
assert.file(getExpectedFiles.endpoint('Foo'));
188+
});
187189

188190
it('should pass jscs');
189191

@@ -205,7 +207,9 @@ describe('angular-fullstack:endpoint', function() {
205207
});
206208
});
207209

208-
it('should generate the expected files');
210+
it('should generate the expected files', function() {
211+
assert.file(getExpectedFiles.endpoint('bar', 'foo/bar'));
212+
});
209213

210214
it('should pass jscs');
211215

0 commit comments

Comments
 (0)