Sha256: 38d567c200278ff9eb6a000d2d83c7f33892ea7cf53eee570034375ff3fd719d
Contents?: true
Size: 427 Bytes
Versions: 57
Compression:
Stored size: 427 Bytes
Contents
def test_bundle File.expand_path(File.dirname(__FILE__) + "/test_bundle.tmbundle") end def bundle_path File.expand_path(File.dirname(__FILE__) + "/../../vendor/redcar-bundles/Bundles") end def tmp_bundle_path_1 File.expand_path(File.dirname(__FILE__) + "/../../vendor/redcar-bundles/Bundles/test_bundle.tmbundle") end Before do FileUtils.rm_rf tmp_bundle_path_1 end After do FileUtils.rm_rf tmp_bundle_path_1 end
Version data entries
57 entries across 57 versions & 2 rubygems