module Respec
Constants
- VERSION
Public Class Methods
failures_path()
click to toggle source
# File lib/respec/formatter.rb, line 5 def self.failures_path @failures_path ||= ENV['RESPEC_FAILURES'] || File.expand_path(".respec_failures") end