Sha256: 7326379c86e335e46fa6533f35988cc66f7300f08faa9b55f505c815b0d80532

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

module RR
  module Integrations
    class None
      def name
        'No adapter'
      end

      def applies?
        true
      end

      def hook
        raise "RR: no applicable adapter could be found! Have you required a test framework?"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rr-1.1.0 lib/rr/integrations/none.rb
rr-1.1.0.rc3 lib/rr/integrations/none.rb
rr-1.1.0.rc2 lib/rr/integrations/none.rb