Remove obsolete spec

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-13 01:32:49 +01:00
parent 1a26ebcfed
commit 5f46612e89

View file

@ -261,15 +261,6 @@ module Ameba::Rule::Lint
end
end
it "does not report if global var" do
s = Source.new %(
def method
$1 = 3
end
)
subject.catch(s).should be_valid
end
it "does not report if assignment is referenced in a proc" do
s = Source.new %(
def method