mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix typo
This commit is contained in:
parent
a3e5f2d206
commit
6bd18f9cbf
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module Ameba
|
|||
config.sources.size.should eq(1)
|
||||
end
|
||||
|
||||
it "returns a lisf of sources excluding 'Excluded'" do
|
||||
it "returns a list of sources excluding 'Excluded'" do
|
||||
config.excluded = %w(**/config_spec.cr)
|
||||
config.sources.any?(&.fullpath.==(__FILE__)).should be_false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue