Sha256: ec4c4fcf93a3d2ad25b9a5abb176612bb1b4f5bb8c880173ca18596ea1163a86

Contents?: true

Size: 827 Bytes

Versions: 2

Compression:

Stored size: 827 Bytes

Contents

require 'test_helper'

class StatusAccessTest < ActionDispatch::IntegrationTest

  access_tests_for :first,
                   controller: 'status',
                   url_helper: 'status_first_path',
                   allow_anon: false,
                   allow_any_user: false,
                   allow_admin: true

  access_tests_for :more,
                   controller: 'status',
                   url_helper: 'status_more_path',
                   allow_anon: false,
                   allow_any_user: false,
                   allow_admin: true

  access_tests_for :current,
                   controller: 'status',
                   url_helper: 'status_current_path',
                   allow_anon: false,
                   allow_any_user: false,
                   allow_admin: true


end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 test/integration/status_access_test.rb
barkest_core-1.5.3.0 test/integration/status_access_test.rb