diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-07-14 20:35:47 +0300 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-14 20:08:39 +0200 |
commit | 2dc69700ec9a01b3b7cd4823e8cd3ad5431b9410 (patch) | |
tree | 447dcd02eb6bf6cd2625013307c1d2d2543aadba /test | |
parent | f693b4043d29ec21d990661450cdbd353da0e036 (diff) | |
download | rneovim-2dc69700ec9a01b3b7cd4823e8cd3ad5431b9410.tar.gz rneovim-2dc69700ec9a01b3b7cd4823e8cd3ad5431b9410.tar.bz2 rneovim-2dc69700ec9a01b3b7cd4823e8cd3ad5431b9410.zip |
Use default busted pattern for unittests #943
- Unittest should contain substring '_spec' in filename.
- This is the simplest way to use both lua and moonscript tests.
- This prevents running of non-test scripts from test folder.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/garray_spec.moon (renamed from test/unit/garray.moon) | 0 | ||||
-rw-r--r-- | test/unit/os/env_spec.moon (renamed from test/unit/os/env.moon) | 0 | ||||
-rw-r--r-- | test/unit/os/fs_spec.moon (renamed from test/unit/os/fs.moon) | 0 | ||||
-rw-r--r-- | test/unit/os/users_spec.moon (renamed from test/unit/os/users.moon) | 0 | ||||
-rw-r--r-- | test/unit/path_spec.moon (renamed from test/unit/path.moon) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/test/unit/garray.moon b/test/unit/garray_spec.moon index 245245e33b..245245e33b 100644 --- a/test/unit/garray.moon +++ b/test/unit/garray_spec.moon diff --git a/test/unit/os/env.moon b/test/unit/os/env_spec.moon index 43fd663d9a..43fd663d9a 100644 --- a/test/unit/os/env.moon +++ b/test/unit/os/env_spec.moon diff --git a/test/unit/os/fs.moon b/test/unit/os/fs_spec.moon index a1445aeb0c..a1445aeb0c 100644 --- a/test/unit/os/fs.moon +++ b/test/unit/os/fs_spec.moon diff --git a/test/unit/os/users.moon b/test/unit/os/users_spec.moon index d6b618eb8c..d6b618eb8c 100644 --- a/test/unit/os/users.moon +++ b/test/unit/os/users_spec.moon diff --git a/test/unit/path.moon b/test/unit/path_spec.moon index 762bad09a2..762bad09a2 100644 --- a/test/unit/path.moon +++ b/test/unit/path_spec.moon |