mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Add expect_issue and expect_no_issues spec helpers (#245)
This commit is contained in:
parent
48b15b9bf8
commit
3d432fdee8
12 changed files with 609 additions and 126 deletions
|
@ -11,7 +11,7 @@ module Ameba
|
|||
end
|
||||
|
||||
describe Formatter::TODOFormatter do
|
||||
Spec.after_each do
|
||||
::Spec.after_each do
|
||||
FileUtils.rm(Ameba::Config::PATH) if File.exists?(Ameba::Config::PATH)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue