Sha256: d01e879247dea929f454c024b9d1c4e7bc460f851baf49d8a65885fb0d6852fe

Contents?: true

Size: 212 Bytes

Versions: 14

Compression:

Stored size: 212 Bytes

Contents

require_relative 'acl_query_mixin'

class ACLQueryMethodWithLambdaTest < ActionController::TestCase
  test "should respond to :acl?" do
    assert @controller.respond_to? :acl?
  end

  include ACLQueryMixin
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
careacademy-acl9-3.4.0 test/controllers/acl_query_method_with_lambda_test.rb
careacademy-acl9-3.3.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-3.2.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-3.1.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-3.0.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-2.1.2 test/controllers/acl_query_method_with_lambda_test.rb
acl9-2.1.1 test/controllers/acl_query_method_with_lambda_test.rb
acl9-2.1.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-2.0.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-1.3.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-1.2.1 test/controllers/acl_query_method_with_lambda_test.rb
acl9-1.2.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-1.1.0 test/controllers/acl_query_method_with_lambda_test.rb
acl9-1.0.0 test/controllers/acl_query_method_with_lambda_test.rb