require 'test/unit'

class SmokeTest < Test::Unit::TestCase

  # Can't figure out how to get the sanity tests working here!
  # Stuffing them in app-level test/unit for now...

  # include Access::SanityTests

  def test_truth
    assert true
  end

end

