diff --git a/spec/web/node/version_spec.rb b/spec/web/node/version_spec.rb index f3a89d4..ba5cb89 100644 --- a/spec/web/node/version_spec.rb +++ b/spec/web/node/version_spec.rb @@ -150,7 +150,7 @@ def app "+changed line new2\n " \ "\n " \ "unchanged line\n", - stat: [1, 2] } + stat: [1, 2] } @nodes.expects(:version).with('sw5', nil).returns(@versions) @nodes.expects(:get_diff).returns(@diff)