Sha256: 4f0495873084171de767a6f81b0d0d4e0f04c7363e3aed5819a504776a7627ff

Contents?: true

Size: 274 Bytes

Versions: 10

Compression:

Stored size: 274 Bytes

Contents

require "test_helper"

=begin

  What's being tested here?

    - Order has_one Invoice

=end

class Admin::OrdersControllerTest < ActionController::TestCase

  setup do
    @typus_user = Factory(:typus_user)
    @request.session[:typus_user_id] = @typus_user.id
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typus-3.0.11 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.11.rc5 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.11.rc4 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.11.rc3 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.11.rc2 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.11.rc1 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.10 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.9 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.8 test/app/controllers/admin/orders_controller_test.rb
typus-3.0.7 test/app/controllers/admin/orders_controller_test.rb