class AgnosticBackend::RSpec::Matchers::BeIndexable

Public Instance Methods

description() click to toggle source
# File lib/agnostic_backend/rspec/matchers.rb, line 9
def description
  "include AgnosticBackend::Indexable"
end
matches?(actual) click to toggle source
# File lib/agnostic_backend/rspec/matchers.rb, line 5
def matches?(actual)
  actual < AgnosticBackend::Indexable
end