mailr/test/functional/prefs_controller_test.rb
2011-07-29 20:05:47 +02:00

10 lines
162 B
Ruby
Executable file

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