class RubyMemcheck::RSpec::RakeTask

def spec_command

def spec_command
  # First part of command is Ruby
  args = super.split(" ")[1..]
  configuration.command(args)
end