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