Sha256: 4135810d92bcf1411f5ff03826a5e977d647cef126f5f3adce25cc657d276aac

Contents?: true

Size: 367 Bytes

Versions: 6

Compression:

Stored size: 367 Bytes

Contents

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

class UserTest < Test::Unit::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
  fixtures :users

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
activeldap-1.0.0 examples/al-admin/test/unit/user_test.rb
activeldap-0.10.0 examples/al-admin/test/unit/user_test.rb
activeldap-0.9.0 examples/al-admin/test/unit/user_test.rb
activeldap-1.0.1 examples/al-admin/test/unit/user_test.rb
activeldap-1.0.2 examples/al-admin/test/unit/user_test.rb
ruby-activeldap-0.8.3.1 examples/al-admin/test/unit/user_test.rb