Module: RSpec::Hive::QueryBuilderHelper
- Defined in:
- lib/rspec/hive/query_builder_helper.rb
Constant Summary collapse
- HiveConnectionNotFound =
Class.new(StandardError)
Instance Method Summary collapse
Instance Method Details
#into_hive(schema) ⇒ Object
10 11 12 13 |
# File 'lib/rspec/hive/query_builder_helper.rb', line 10 def into_hive(schema) hive_connection_guard! ::RSpec::Hive::QueryBuilder.new(schema, connection) end |