Module: RSpec::Hive::QueryBuilderHelper
- Defined in:
- lib/rspec/hive/query_builder_helper.rb
Instance Method Summary collapse
Instance Method Details
#into_hive(schema) ⇒ Object
6 7 8 9 |
# File 'lib/rspec/hive/query_builder_helper.rb', line 6 def into_hive(schema) hive_connection_guard! ::RSpec::Hive::QueryBuilder.new(schema, connection) end |