Class: Mock::QueryWithData

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)


45
46
47
# File 'lib/riveter/spec_helper.rb', line 45

def has_data?
  true
end