Sha256: 5b5516a898ab392b4b7594cc3fca4737da655d8156e05c129daeb5e5741d45a4

Contents?: true

Size: 443 Bytes

Versions: 49

Compression:

Stored size: 443 Bytes

Contents

# == Schema Information
#
# Table name: wbase_ssl_verifications
#
#  id         :integer          not null, primary key
#  key        :string           not null
#  value      :string           not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#

require 'test_helper'

module Wbase
  class SslVerificationTest < ActiveSupport::TestCase
    # test "the truth" do
    #   assert true
    # end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
wbase-0.3.20 test/models/wbase/ssl_verification_test.rb
wbase-0.3.19 test/models/wbase/ssl_verification_test.rb
wbase-0.3.18 test/models/wbase/ssl_verification_test.rb
wbase-0.3.17 test/models/wbase/ssl_verification_test.rb
wbase-0.3.16 test/models/wbase/ssl_verification_test.rb
wbase-0.3.15 test/models/wbase/ssl_verification_test.rb
wbase-0.3.14 test/models/wbase/ssl_verification_test.rb
wbase-0.3.13 test/models/wbase/ssl_verification_test.rb
wbase-0.3.12 test/models/wbase/ssl_verification_test.rb
wbase-0.3.11 test/models/wbase/ssl_verification_test.rb
wbase-0.3.10 test/models/wbase/ssl_verification_test.rb
wbase-0.3.9 test/models/wbase/ssl_verification_test.rb
wbase-0.3.8 test/models/wbase/ssl_verification_test.rb
wbase-0.3.7 test/models/wbase/ssl_verification_test.rb
wbase-0.3.6 test/models/wbase/ssl_verification_test.rb
wbase-0.3.5 test/models/wbase/ssl_verification_test.rb
wbase-0.3.4 test/models/wbase/ssl_verification_test.rb
wbase-0.3.3 test/models/wbase/ssl_verification_test.rb
wbase-0.3.2 test/models/wbase/ssl_verification_test.rb
wbase-0.3.1 test/models/wbase/ssl_verification_test.rb