提交 86f4166e 编写于 作者: M Mike Greiling

fix fixture references in environments_spec

上级 030e766d
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
//= require ./mock_data //= require ./mock_data
describe('Environment', () => { describe('Environment', () => {
preloadFixtures('environments/environments'); preloadFixtures('static/environments/environments.html.raw');
let component; let component;
beforeEach(() => { beforeEach(() => {
loadFixtures('environments/environments'); loadFixtures('static/environments/environments.html.raw');
}); });
describe('successfull request', () => { describe('successfull request', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册