Module: AgnosticBackend::RSpec::Matchers
- Defined in:
- lib/agnostic_backend/rspec/matchers.rb
Defined Under Namespace
Classes: BeIndexable, DefineIndexField
Instance Method Summary
collapse
Instance Method Details
#be_indexable ⇒ Object
14
15
16
|
# File 'lib/agnostic_backend/rspec/matchers.rb', line 14
def be_indexable
BeIndexable.new
end
|
#define_index_field(*args) ⇒ Object
63
64
65
|
# File 'lib/agnostic_backend/rspec/matchers.rb', line 63
def define_index_field(*args)
DefineIndexField.new(*args)
end
|