Skip to content
Snippets Groups Projects
Commit 40ec2974 authored by Markus Reiter's avatar Markus Reiter
Browse files

Move Formatter and Locale specs.

parent fa34aa2a
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,9 @@ describe Locale do
end
end
subject { described_class.new("zh", "CN", "Hans") }
describe "#include?" do
subject { described_class.new("zh", "CN", "Hans") }
it { is_expected.to include("zh") }
it { is_expected.to include("zh-CN") }
it { is_expected.to include("CN") }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment