foodsoft/test/functional/order_comments_controller_test.rb
2011-06-19 20:47:27 +02:00

9 lines
166 B
Ruby

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