Update spec/lib/tasks/seed_spec.rb

small typo

Co-authored-by: Javi Martín <35156+javierm@users.noreply.github.com>
This commit is contained in:
jakrzus
2021-04-08 21:30:15 +01:00
committed by GitHub
parent 8da5291d01
commit 2a7d9298d0

View File

@@ -23,8 +23,8 @@ describe "rake db:seed" do
expect(site.title).to eq I18n.t(path)
end
end
ensure
I18n.available_locales = default_locales
end
ensure
I18n.available_locales = default_locales
end
end