class Spring::Test::RailsVersion

def test_command

def test_command
  needs_testunit? ? 'bin/testunit' : 'bin/rake test'
end