about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--test/lib/gntest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/gntest.rb b/test/lib/gntest.rb
index 865ef51d..5b21b3d5 100644
--- a/test/lib/gntest.rb
+++ b/test/lib/gntest.rb
@@ -1,5 +1,6 @@
 require 'minitest/autorun'
 require 'mechanize'
+require 'json'
 
 # ---- Use some default parameters if not set
 $host = "http://localhost:5003" if !$host