tap/test/controllers/orders_controller_test.rb
MatsMyncke af6f2668e6 logout
2014-11-06 18:56:00 +01:00

10 lines
159 B
Ruby

require 'test_helper'
class OrdersControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end
end