Sha256: c8005f993c851f8c9d337a175d96e9c249499d40f5c9610d6a657f0128222957

Contents?: true

Size: 249 Bytes

Versions: 21

Compression:

Stored size: 249 Bytes

Contents

require 'test_helper'

class RailsDbTest < ActiveSupport::TestCase
  def setup
    clean_db
  end

  test "truth" do
    assert_kind_of Module, RailsDb
  end

  test "verify_access_proc" do
    assert RailsDb.verify_access_proc.call(nil)
  end

end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rails_db-1.6.0 test/rails_db_test.rb
rails_db-1.5.0 test/rails_db_test.rb
rails_db-1.4.1 test/rails_db_test.rb
rails_db-1.4.0 test/rails_db_test.rb
rails_db-1.3.4 test/rails_db_test.rb
rails_db-1.3.3 test/rails_db_test.rb
rails_db-1.3.2 test/rails_db_test.rb
rails_db-1.3.1 test/rails_db_test.rb
rails_db-1.3 test/rails_db_test.rb
rails_db-1.1.1 test/rails_db_test.rb
rails_db-1.1 test/rails_db_test.rb
rails_db-1.0 test/rails_db_test.rb
rails_db-0.9.9 test/rails_db_test.rb
rails_db-0.9 test/rails_db_test.rb
rails_db-0.8 test/rails_db_test.rb
rails_db-0.7.2 test/rails_db_test.rb
rails_db-0.7.1 test/rails_db_test.rb
rails_db-0.7 test/rails_db_test.rb
rails_db-0.6 test/rails_db_test.rb
rails_db-0.5.1 test/rails_db_test.rb