• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nepalez / cql_builder / 16
100%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2015 12:46PM UTC
Jobs 5
Files 27
Run time 37s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
16

push

travis-ci

nepalez
[FEATURE] Implement 'CREATE USER' statement

    statement = CQLBuilder
      .create_user(:foo)
      .if_not_exists
      .with_password(:bar)
      .superuser

    statement.to_s # => "CREATE USER IF NOT EXISTS \"foo\" WITH PASSWORD 'bar' SUPERUSER;"

== Added

* CQLBuilder::Statements::CreateUser (AST node)
* CQLBuilder.create_user (builder method)

318 of 318 relevant lines covered (100.0%)

84.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16.1 (1.9.3) 14 Aug 2015 12:46PM UTC 0
100.0
Travis Job 16.1
2 16.2 (2.0) 14 Aug 2015 12:46PM UTC 0
100.0
Travis Job 16.2
3 16.3 (2.1) 14 Aug 2015 12:46PM UTC 0
100.0
Travis Job 16.3
4 16.4 (2.2) 14 Aug 2015 12:46PM UTC 0
100.0
Travis Job 16.4
5 16.5 (ruby-head) 14 Aug 2015 12:47PM UTC 0
100.0
Travis Job 16.5
Source Files on build 16
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16
  • 5305c0be on github
  • Prev Build on master (#15)
  • Next Build on master (#17)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc