Commit 577b81296ad43f594f241c006dc0fccd894ac41a
1 parent
93760caf
Exists in
master
and in
8 other branches
Remove assertions for modified Rails behaviour
The important point of that test is that no exception is raised, so we are ok.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
test/unit/person_test.rb
... | ... | @@ -1190,8 +1190,6 @@ class PersonTest < ActiveSupport::TestCase |
1190 | 1190 | :name => 'birthday', :identifier => 'birthday', :user_id => 999, |
1191 | 1191 | 'birth_date(1i)' => '', 'birth_date(2i)' => '6', 'birth_date(3i)' => '16' |
1192 | 1192 | ) |
1193 | - assert !p.valid? | |
1194 | - assert p.errors.invalid?(:birth_date) | |
1195 | 1193 | end |
1196 | 1194 | end |
1197 | 1195 | ... | ... |