Support for Acceptance tests in plugins

This commit is contained in:
Robin Ward
2015-08-27 16:59:36 -04:00
parent 1a82a59f47
commit 42e510753d
4 changed files with 23 additions and 0 deletions

View File

@ -77,6 +77,8 @@ export default function() {
}
});
this.get('/admin/plugins', () => { return response({ plugins: [] }); });
this.get('/composer-messages', () => { return response([]); });
this.get("/latest.json", () => {