Sha256: 9ae61f25b45b09f88d4985a5100ea2fb46ba340b562db219eb3270a3fb7acd65

Contents?: true

Size: 209 Bytes

Versions: 3

Compression:

Stored size: 209 Bytes

Contents

require 'test_helper_dummy'

class SpecialUsersControllerTest < ActionController::TestCase

  tests UsersController

  it 'works' do
    get :index
    assert_select 'h1', "All #{User.count} Users"
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
minitest-spec-rails-4.7.11 test/dummy_tests/special_users_controller_test.rb
minitest-spec-rails-5.4.0 test/dummy_tests/special_users_controller_test.rb
minitest-spec-rails-4.7.10 test/dummy_tests/special_users_controller_test.rb