mailr/test/functional/messages_controller_test.rb
Wojciech Todryk 37f548ce46 devel
2011-07-27 20:34:30 +02:00

10 lines
165 B
Ruby
Executable file

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