tap/test/controllers/orders_controller_test.rb

10 lines
159 B
Ruby
Raw Normal View History

2014-11-06 17:56:00 +00:00
require 'test_helper'
class OrdersControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end
end