From 200f752cfa77a94fd12ea9ca1e85519e391c0495 Mon Sep 17 00:00:00 2001 From: Thomas Steur <tsteur@users.noreply.github.com> Date: Mon, 31 Mar 2014 15:32:07 +1300 Subject: [PATCH] lets use _spec.js instead of _test.js as this is already used in the UI tests --- tests/angularjs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/angularjs/README.md b/tests/angularjs/README.md index c2f68a8e39..152f90efed 100644 --- a/tests/angularjs/README.md +++ b/tests/angularjs/README.md @@ -17,11 +17,11 @@ On Ubuntu you might be able to use the `scripts/install-ubuntu.sh` script. Have ## File structure -We do not have a general `tests` folder containing all test files. Instead we create a file having the same name appended by "_test.js" in the same directory. +We do not have a general `tests` folder containing all test files. Instead we create a file having the same name appended by `_spec.js` in the same directory. -For instance you want to test a file named `startfrom.js` then we create a file named `startfrom_test.js`: +For instance you want to test a file named `startfrom.js` then we create a file named `startfrom_spec.js`: `plugins/CoreHome/angularjs/common/filters/startfrom.js` => -`plugins/CoreHome/angularjs/common/filters/startfrom_test.js` +`plugins/CoreHome/angularjs/common/filters/startfrom_spec.js` ## Execution -- GitLab