diff options
| author | mo k <mo@mokhan.ca> | 2012-02-11 17:21:14 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-02-11 17:21:14 -0700 |
| commit | f81cb89b7bc567289191020d01a6b4b7fbe67448 (patch) | |
| tree | f48c804361df8029b9361c7fcd9ffc2f26f430e8 /spec | |
| parent | 6b60d0941030ed037dc0a1333756d77d207084c4 (diff) | |
fix spec to move forward.
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/rover_specs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rover_specs.rb b/spec/rover_specs.rb index 09b14ce..cf400a7 100644 --- a/spec/rover_specs.rb +++ b/spec/rover_specs.rb @@ -27,7 +27,7 @@ describe Rover do @sut.move_forward(@terrain) end it "should increment the y coordinate on the terrain" do - @terrain.received(:move_to).called_with(0,1).wont_match nil + @terrain.received(:move_to).called_with(0,1).wont_equal nil end end end |
