Sha256: 741a3f71338381bdad0fbe0fd8d2b4a541b7df76e5833a2f886dea994d0ca809

Contents?: true

Size: 199 Bytes

Versions: 7

Compression:

Stored size: 199 Bytes

Contents

require "test_helper"

=begin

  What's being tested here?

    - Order has_one Invoice

=end

class Admin::OrdersControllerTest < 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/orders_controller_test.rb.old
typus-3.1.0.rc6 test/app/controllers/admin/orders_controller_test.rb
typus-3.1.0.rc5 test/app/controllers/admin/orders_controller_test.rb
typus-3.1.0.rc4 test/app/controllers/admin/orders_controller_test.rb
typus-3.1.0.rc3 test/app/controllers/admin/orders_controller_test.rb
typus-3.1.0.rc2 test/app/controllers/admin/orders_controller_test.rb
typus-3.1.0.rc1 test/app/controllers/admin/orders_controller_test.rb