class RubyIndexer::GlobalVariableTest

def test_global_variable_operator_write

def test_global_variable_operator_write
  index(<<~RUBY)
    $foo += 1
  RUBY
  assert_entry("$foo", Entry::GlobalVariable, "/fake/path/foo.rb:0-0:0-4")
end