mailr/test/functional/messages_controller_test.rb
2011-07-22 22:57:36 +02:00

10 lines
165 B
Ruby

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