class TravisBuildMatrix::SpecFile
Attributes
file_path[RW]
test_duration[RW]
Public Class Methods
new(file_path, test_duration)
click to toggle source
# File lib/spec_tiller/distribute_spec_files.rb, line 10 def initialize(file_path, test_duration) @test_duration = test_duration @file_path = file_path end