Sha256: d695c47168b2d068b7c6c879d5257b3a9f9035154d42cd9a1e220c451e59f260
Contents?: true
Size: 261 Bytes
Versions: 7
Compression:
Stored size: 261 Bytes
Contents
require 'helper' class TestFrostale < Test::Unit::TestCase should "have a password" do user = Frostale.new('user@example.com','pass', 'domain\group Global Admins', 'http://example.com/WPAuth.asmx?WSDL') assert_equal(user.password, 'pass') end end
Version data entries
7 entries across 7 versions & 1 rubygems