Skip to content
Snippets Groups Projects
Commit 370c711d authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #2236 from reitermarkus/spec-formatter-locale

Move Formatter and Locale specs.
parents 1d216bc6 40ec2974
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