Minitest/MultipleAssertions crashes when using ActiveSupport test "name" do ... end
syntax
#131
Labels
bug
Something isn't working
test "name" do ... end
syntax
#131
Expected behavior
I should be able to use rubocop-minitest, specifically the
Minitest/MultipleAssertions
rule, on a Rails project that usesActiveSupport::TestCase
block syntax.Actual behavior
rubocop crashes:
Steps to reproduce the problem
Create a trivial
ActiveSupport::TestCase
using thetest
block syntax, that fails theMinitest/MultipleAssertions
rule. Like this:Run rubocop:
RuboCop version
The text was updated successfully, but these errors were encountered: