Improved tests.
This commit is contained in:
parent
d675730cdb
commit
a2f77017f5
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ RSpec.describe Translation do
|
|||
|
||||
# add custom changes
|
||||
translation = Translation.find_by(locale: locale, source: 'open')
|
||||
expect(translation.class).to be(Translation)
|
||||
expect(translation.target).to eq('offen')
|
||||
expect(translation.target_initial).to eq('offen')
|
||||
translation.target = 'offen2'
|
||||
|
|
Loading…
Reference in a new issue