Sha256: d301d9ce7f98598f0607e0daa17a054d85104f50a8dfed73def3bee0864ba989

Contents?: true

Size: 127 Bytes

Versions: 10

Compression:

Stored size: 127 Bytes

Contents

module FailPatch
  def self.extended(obj)
    $task_failed = false
  end
  
  def fail(*args)
    $task_failed = true
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
albacore-0.3.6 spec/patches/fail_patch.rb
albacore-1.0.0.rc.2 spec/patches/fail_patch.rb
albacore-1.0.0.rc.1 spec/patches/fail_patch.rb
albacore-0.3.5 spec/patches/fail_patch.rb
albacore-0.3.4 spec/patches/fail_patch.rb
albacore-0.3.3 spec/patches/fail_patch.rb
albacore-0.3.2 spec/patches/fail_patch.rb
albacore-0.3.1 spec/patches/fail_patch.rb
albacore-0.3.0 spec/patches/fail_patch.rb
albacore-0.2.6 spec/patches/fail_patch.rb