Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add rspec matchers for cassandra statements #30

@eprothro

Description

@eprothro
expect(query.statement).to have_cql_assignment(:field)
expect(query.statement).to have_cql_assignment(:field, value)
expect(query.statement).to have_cql_relation(:field)
expect(query.statement).to have_cql_relation(:field, value)

Would go a long way for clients to be able to stop their testing plane sooner and have faster cassandra query coverage.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions