module AgnosticBackend::RSpec::Matchers

Public Instance Methods

be_indexable() click to toggle source
# File lib/agnostic_backend/rspec/matchers.rb, line 14
def be_indexable
  BeIndexable.new
end
define_index_field(*args) click to toggle source
# File lib/agnostic_backend/rspec/matchers.rb, line 63
def define_index_field(*args)
  DefineIndexField.new(*args)
end