Skip to content

Commit 90feb8f

Browse files
committed
Fixed typo in spec.
1 parent f422c0b commit 90feb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mongoid/localizer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
expect(d.description).to eq("English")
3636
end
3737

38-
it "will skip fallback when prevet_fallback is true" do
38+
it "will skip fallback when prevent_fallback is true" do
3939
expect(d.slug).to eq("otto")
4040
I18n.locale = Mongoid::Localizer.locale = :de
4141
expect(d.slug).to eq(nil)

0 commit comments

Comments
 (0)