aboutsummaryrefslogtreecommitdiffstats
path: root/spec/input_spec.moon
diff options
context:
space:
mode:
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', ->