Sha256: 6e07b40ce9a02f038e1e91d4ad61b0832d41fad5cdeb9d48b34c7e4c88f9dd5c

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

require 'test_helper'

class SystemUpdateAccessTest < ActionDispatch::IntegrationTest

  access_tests_for :index,
                   url_helper: 'system_update_path',
                   allow_anon: false,
                   allow_any_user: false,
                   allow_admin: true

  access_tests_for :new,
                   url_helper: 'system_update_new_path',
                   allow_anon: false,
                   allow_any_user: false,
                   allow_admin: true,
                   success: 'status_current_url'


end

Version data entries

2 entries across 2 versions & 1 rubygems

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