Sha256: 564ed1c8c23ae7118636565e87ba748beb5bd78e5959e72a7c48bb1211f2e27d

Contents?: true

Size: 509 Bytes

Versions: 4

Compression:

Stored size: 509 Bytes

Contents

#!/usr/bin/ruby

# the tests exploit some corner cases which generate warning messages
# on stderr.  try and silence those messages to avoid unnecessarily concerning
# the library user.
begin
  STDERR.reopen('/dev/null', 'w')
rescue
  puts "\nPlease ignore the non Test::Unit error messages generated below.\n"
end

require "teststore"
require "assoc"
require "dh"
require "util"
require "linkparse"
require "trustroot"
require "assoc"
require "server2"
require "consumer"
require "service"
require "urinorm"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-openid-1.1.1 test/runtests.rb
ruby-openid-1.1.4 test/runtests.rb
ruby-openid-1.1.3 test/runtests.rb
ruby-openid-1.1.2 test/runtests.rb