We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bfb54 commit f1c1c46Copy full SHA for f1c1c46
spec/serializer/error_serializer_spec.rb
@@ -12,7 +12,7 @@
12
expect(json[:errors].first).to include(:id)
13
expect(json[:errors].first).to include(:title)
14
expect(json[:errors].first[:id]).to eq(:company)
15
- expect(json[:errors].first[:title]).to eq('Company muss ausgefüllt werden')
+ expect(json[:errors].first[:title]).to eq('Firma muss ausgefüllt werden')
16
expect(json[:errors].second[:id]).to eq(:birthdate)
17
expect(json[:errors].second[:title]).to eq('Geburtsdatum muss ausgefüllt werden')
18
end
0 commit comments