Parent

Class/Module Index [+]

Quicksearch

RR::Integrations::None

Public Instance Methods

applies?() click to toggle source
# File lib/rr/integrations/none.rb, line 8
def applies?
  true
end
hook() click to toggle source
# File lib/rr/integrations/none.rb, line 12
def hook
  raise "RR: no applicable adapter could be found! Have you required a test framework?"
end
name() click to toggle source
# File lib/rr/integrations/none.rb, line 4
def name
  'No adapter'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.