From d7de122623bd189e99a13869053eddf1608f57ad Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 12 Apr 2020 19:35:58 +0200 Subject: add :metatype() fwd to Input --- spec/core/input_spec.moon | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec') 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 -- cgit v1.2.3