diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/core/input_spec.moon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/core/input_spec.moon b/spec/core/input_spec.moon index 4b470db..e867408 100644 --- a/spec/core/input_spec.moon +++ b/spec/core/input_spec.moon @@ -22,6 +22,9 @@ basic_tests = (stream, input) -> it 'gives access to the type string', -> assert.is.equal stream.type, input\type! + it 'gives access to the metatype string', -> + assert.is.equal stream.metatype, input\metatype! + describe 'Input.cold', -> stream = ValueStream.num 1 input = Input.cold stream |
