Pull Request #14 Raise on a condition that is not a single string

Pull request event #123.1 passed

  • Ran for
AMD64
no language set
Git
.travis.yml
sudo: false
cache: bundler
script: bundle exec rspec
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec"
  ],
  "language": "ruby"
}