Sha256: dfbc78c94fe9beb559016656b7a4dc28d38e6704610ea56e368c672a209e0b6c

Contents?: true

Size: 333 Bytes

Versions: 7

Compression:

Stored size: 333 Bytes

Contents

require 'test_helper'

class AccountControllerTest < ActionController::TestCase
  # Be sure to include AuthenticatedTestHelper in test/test_helper.rb instead
  # Then, you can remove it from this and the units 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/functional/account_controller_test.rb
activeldap3-1.2.3 examples/al-admin/test/functional/account_controller_test.rb
activeldap-1.2.2 examples/al-admin/test/functional/account_controller_test.rb
activeldap-1.2.1 examples/al-admin/test/functional/account_controller_test.rb
activeldap-1.2.0 examples/al-admin/test/functional/account_controller_test.rb
activeldap-1.1.0 examples/al-admin/test/functional/account_controller_test.rb
activeldap-1.0.9 examples/al-admin/test/functional/account_controller_test.rb