Add expect_issue and expect_no_issues spec helpers (#245)

This commit is contained in:
fn ⌃ ⌥ 2021-10-22 10:54:39 -07:00 committed by GitHub
parent 48b15b9bf8
commit 3d432fdee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 609 additions and 126 deletions

View file

@ -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