Sha256: 09b9e6a65760eba1e07e779a2521f517a89582f98c8e73a017ab1542731ff788

Contents?: true

Size: 288 Bytes

Versions: 7

Compression:

Stored size: 288 Bytes

Contents

require "test_helper"

=begin

  What's being tested here?

    - Single Table Inheritance Stuff
    - Relate objects.
    - Unrelate objects.
    - Create (and relate objects).

=end

class Admin::CasesControllerTest < ActionController::TestCase

  setup do
    admin_sign_in
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typus-3.1.0.rc7 test/app/controllers/admin/resources/cases_controller_test.rb.old
typus-3.1.0.rc6 test/app/controllers/admin/cases_controller_test.rb
typus-3.1.0.rc5 test/app/controllers/admin/cases_controller_test.rb
typus-3.1.0.rc4 test/app/controllers/admin/cases_controller_test.rb
typus-3.1.0.rc3 test/app/controllers/admin/cases_controller_test.rb
typus-3.1.0.rc2 test/app/controllers/admin/cases_controller_test.rb
typus-3.1.0.rc1 test/app/controllers/admin/cases_controller_test.rb