contactorama/test/functional/birthday_controller_test.rb

9 lines
165 B
Ruby

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