Sha256: 14d808ffa052a6ed59fbf422b5c4332826a7137dc215b9f1bf308745189cc3fc
Contents?: true
Size: 250 Bytes
Versions: 5
Compression:
Stored size: 250 Bytes
Contents
require File.expand_path("#{File.dirname(__FILE__)}/test_helper") require 'nokogiri' class TestGogs < MiniTest::Unit::TestCase def test_gettokens name = "morpheyesh" pass = "123456" response =megams.get_tokens(name, pass) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
megam_gogs-0.8.0 | test/test_tokens.rb |
megam_gogs-0.7.0 | test/test_tokens.rb |
megam_gogs-0.6.0 | test/test_tokens.rb |
megam_gogs-0.5.0 | test/test_tokens.rb |
megam_gogs-0.4.0 | test/test_tokens.rb |