Sha256: 55b8d5428d1693fc3863a5d848db327d2df426bc7ccad021e70cd58392d640a6
Contents?: true
Size: 320 Bytes
Versions: 31
Compression:
Stored size: 320 Bytes
Contents
When /^I create an index named (.*) on the (.*) collection$/ do |index_name, doc| klass = doc.constantize klass.index(index_name) end Then /^there is an index on (.*) on the (.*) collection$/ do |index_name, doc| klass = doc.constantize klass.collection.index_information.should include("#{index_name}_1") end
Version data entries
31 entries across 31 versions & 2 rubygems