foodsoft/test/functional/order_comments_controller_t...

10 lines
166 B
Ruby

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