Skip to content

Commit 370c711

Browse files
authored
Merge pull request #2236 from reitermarkus/spec-formatter-locale
Move Formatter and Locale specs.
2 parents 1d216bc + 40ec297 commit 370c711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
end
3737
end
3838

39-
subject { described_class.new("zh", "CN", "Hans") }
40-
4139
describe "#include?" do
40+
subject { described_class.new("zh", "CN", "Hans") }
41+
4242
it { is_expected.to include("zh") }
4343
it { is_expected.to include("zh-CN") }
4444
it { is_expected.to include("CN") }

0 commit comments

Comments
 (0)