mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Check for unneeded directives when all other rules are done
This commit is contained in:
parent
6fb483a2dd
commit
eda5960b0f
8 changed files with 53 additions and 17 deletions
|
@ -44,7 +44,7 @@ module Ameba
|
|||
end
|
||||
|
||||
it "creates a todo with run details" do
|
||||
create_todo.should contain "Run `ameba --only #{DummyRule.class_name}`"
|
||||
create_todo.should contain "Run `ameba --only #{DummyRule.rule_name}`"
|
||||
end
|
||||
|
||||
it "excludes source from this rule" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue