Sha256: 268fc2161596d9bdd6ddad1b83563c3ce84f77ff8ec29f1122527ee023e62e68

Contents?: true

Size: 352 Bytes

Versions: 7

Compression:

Stored size: 352 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'

class UserTest < ActiveSupport::TestCase
  # Be sure to include AuthenticatedTestHelper in test/test_helper.rb instead.
  # Then, you can remove it from this and the functional test.
  include AuthenticatedTestHelper

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
activeldap-1.2.3 examples/al-admin/test/unit/user_test.rb
activeldap3-1.2.3 examples/al-admin/test/unit/user_test.rb
activeldap-1.2.2 examples/al-admin/test/unit/user_test.rb
activeldap-1.2.1 examples/al-admin/test/unit/user_test.rb
activeldap-1.2.0 examples/al-admin/test/unit/user_test.rb
activeldap-1.1.0 examples/al-admin/test/unit/user_test.rb
activeldap-1.0.9 examples/al-admin/test/unit/user_test.rb