Class: Retest::Command::Rspec

Inherits:
Base
  • Object
show all
Defined in:
lib/retest/command/rspec.rb

Direct Known Subclasses

Rails

Instance Attribute Summary

Attributes inherited from Base

#command, #file_system

Instance Method Summary collapse

Methods inherited from Base

#eql?, #hardcoded?, #has_changed?, #has_test?, #hash, #initialize, #switch_to, #to_s

Constructor Details

This class inherits a constructor from Retest::Command::Base

Instance Method Details

#format_batch(*files) ⇒ Object



4
5
6
# File 'lib/retest/command/rspec.rb', line 4

def format_batch(*files)
  files.join(' ')
end