module SpeedyRspec
Constants
- VERSION
Attributes
trace_file[RW]
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/speedyrspec/config.rb, line 13 def configure yield self end
output()
click to toggle source
# File lib/speedyrspec/config.rb, line 8 def output return @output if @output return {type: :file, name: self.trace_file} end
output=(val)
click to toggle source
# File lib/speedyrspec/config.rb, line 4 def output=(val) @output = val end
spy()
click to toggle source
# File lib/speedyrspec/spies.rb, line 2 def self.spy @spy ||= TracingSpy.new end