Class: Mock::QueryWithoutData

Inherits:
Riveter::Query::Base show all
Defined in:
lib/riveter/spec_helper.rb

Instance Attribute Summary

Attributes included from Riveter::Query

#options, #query_filter, #relation

Instance Method Summary collapse

Methods included from Riveter::Query

#find_each, #initialize

Instance Method Details

#has_data?Boolean

Returns:

  • (Boolean)


51
52
53
# File 'lib/riveter/spec_helper.rb', line 51

def has_data?
  false
end