module Rspec::FourPhase
Constants
- VERSION
Public Class Methods
log()
click to toggle source
# File lib/rspec/four_phase.rb, line 8 def self.log @log ||= Logger.new(STDOUT) end
# File lib/rspec/four_phase.rb, line 8 def self.log @log ||= Logger.new(STDOUT) end