Sha256: 7c5ac60700945a91b568f31155b86bb85ddaf7e357cd359009fdbfb008d735ab
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 Bytes
Contents
require 'shenandoah/locator' module Shenandoah # :nodoc: module Buildr # :nodoc: class Locator < DefaultLocator def initialize(project) super( :main_path => project.test.options[:main_path] || project.path_to(:source, :main, :javascript), :spec_path => project.path_to(:source, :spec, :javascript), :tmp_path => project.path_to(:target, :shenandoah) ) end end end end
Version data entries
7 entries across 7 versions & 2 rubygems