Sha256: d6e6afa958f4708d6bb71e27f2da190fe586df62caa3a94159ee1015e6e279c0

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

class OutputTestData
  
  @@from = File.expand_path(File.join(File.dirname(__FILE__), 'src'))
  @@to = File.expand_path(File.join(File.dirname(__FILE__), 'out'))
  
  def self.from
    @@from
  end
  
  def self.to
    @@to
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
albacore-0.2.5 spec/support/outputtestdata.rb
albacore-0.2.4 spec/support/outputtestdata.rb
albacore-0.2.3 spec/support/outputtestdata.rb