Sha256: f7c690ac57720f5957c08a3c03c24411c0bef6f82c2707ff1c5a7c09c32fb48c
Contents?: true
Size: 320 Bytes
Versions: 17
Compression:
Stored size: 320 Bytes
Contents
require File.dirname(__FILE__) + '/test_helper.rb' class AuthlogicConnectTest < Test::Unit::TestCase context "AuthlogicConnect.config" do setup do AuthlogicConnect.config = {} end should "have an empty configuration hash" do assert_equal true, AuthlogicConnect.config.empty? end end end
Version data entries
17 entries across 17 versions & 4 rubygems