aboutsummaryrefslogtreecommitdiffstats
path: root/spec/input_spec.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-08 11:41:56 +0000
committers-ol <s-ol@users.noreply.github.com>2020-05-08 11:45:39 +0000
commitac9bb22732c23ad4f9ff632f3eb2a197ceca7892 (patch)
tree7ef94917067cc38c322d31f5151f38bc092152a7 /spec/input_spec.moon
parentfix docs (diff)
downloadalive-ac9bb22732c23ad4f9ff632f3eb2a197ceca7892.tar.gz
alive-ac9bb22732c23ad4f9ff632f3eb2a197ceca7892.zip
rename RTNode.value to RTNode.result (to match Result class)
Diffstat (limited to 'spec/input_spec.moon')
-rw-r--r--spec/input_spec.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/input_spec.moon b/spec/input_spec.moon
index 371a3ee..8a8defe 100644
--- a/spec/input_spec.moon
+++ b/spec/input_spec.moon
@@ -12,7 +12,7 @@ class MyIO extends IOStream
dirty: => @is_dirty
basic_tests = (stream, input) ->
- it 'gives access to the Stream', ->
+ it 'gives access to the Result', ->
assert.is.equal stream, input.stream
it 'forwards :unwrap', ->