mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Test fix #2733
This commit is contained in:
parent
55ecae3e28
commit
ca8d780c9c
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ describe BankStatement do
|
|||
@bank_statement.valid?
|
||||
@bank_statement.errors.full_messages.should match_array([
|
||||
"Bank code is missing",
|
||||
"Iban is missing",
|
||||
"Queried at is missing"
|
||||
"Iban is missing"
|
||||
])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue