diff options
Diffstat (limited to 'test/lib/gntest.rb')
-rw-r--r-- | test/lib/gntest.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lib/gntest.rb b/test/lib/gntest.rb new file mode 100644 index 00000000..865ef51d --- /dev/null +++ b/test/lib/gntest.rb @@ -0,0 +1,5 @@ +require 'minitest/autorun' +require 'mechanize' + +# ---- Use some default parameters if not set +$host = "http://localhost:5003" if !$host |