mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Allow filtering by group name (#65)
This commit is contained in:
parent
4cb5328513
commit
fafc5f4bdc
6 changed files with 102 additions and 11 deletions
|
@ -14,6 +14,12 @@ module Ameba
|
|||
DummyRule.new.name.should eq "Ameba/DummyRule"
|
||||
end
|
||||
end
|
||||
|
||||
describe "#group" do
|
||||
it "returns a group rule belongs to" do
|
||||
DummyRule.new.group.should eq "Ameba"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe Rule do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue