FogBugz #63: Geburtstage jetzt mit nur optionalem Jahr. Man kennt's ja nicht immer.

This commit is contained in:
gchq 2011-06-02 00:07:53 +02:00
parent e50cf051b5
commit e5e4d9e600
10 changed files with 85 additions and 6 deletions

View file

@ -0,0 +1,9 @@
require 'test_helper'
class BirthdayControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end

View file

@ -0,0 +1,4 @@
require 'test_helper'
class BirthdayHelperTest < ActionView::TestCase
end