Method: ProjectGroup::Single#spec_output

Defined in:
lib/project_group/single.rb

#spec_outputObject



22
23
24
# File 'lib/project_group/single.rb', line 22

def spec_output
  `cd #{path} && bundle exec rake spec`
end