# File lib/buildr/core/test.rb, line 75 def to_sym @symbol ||= name.split('::').last.downcase.to_sym end