[gnome-code-assistance] [tests] Fixed ruby test



commit 0627caf7412f58ffd4bdf809ef6f315455886161
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Thu Nov 14 15:56:21 2013 +0100

    [tests] Fixed ruby test

 tests/backends/ruby.json                 |    4 ++--
 tests/backends/{ruby.rb => ruby_fail.rb} |    0
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/backends/ruby.json b/tests/backends/ruby.json
index c021d03..6cd5464 100644
--- a/tests/backends/ruby.json
+++ b/tests/backends/ruby.json
@@ -14,12 +14,12 @@
             {
               "start": {
                 "line": 4,
-                "column": 8
+                "column": 7
               }
             }
           ],
           "fixits": [],
-          "message": "unexpected '<'"
+          "message": "syntax error, unexpected '<'"
         }
       ]
     }
diff --git a/tests/backends/ruby.rb b/tests/backends/ruby_fail.rb
similarity index 100%
rename from tests/backends/ruby.rb
rename to tests/backends/ruby_fail.rb


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]