foodsoft/test/functional/order_comments_controller_test.rb

10 lines
166 B
Ruby
Raw Normal View History

2011-06-19 20:47:27 +02:00
require 'test_helper'
class OrderCommentsControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end
end