Results 18 issues of Brian Goad

I have a setup like so: ``` ## TODO - [ ] Major task A - [X] Minor task 1 - [ ] Minor task 2 - [ ] Patch...

enhancement

Right now if you add multiple lines and other formatting to a test case, it gets saved on a single line. It'd be nice to support a further description on...

It would be helpful to support attachments (images, logs, etc) on test cases (both on their setup for reference, and when they are being executed for justification of results).

I'm getting this error when trying to require magic_cloud. ``` /home/bbbco/.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2112:in `raise_if_conflicts': Unable to activate magic_cloud-0.0.3, because slop-3.6.0 conflicts with slop (~> 3.0.0) (Gem::ConflictError) ```

I'd like to be able to define keys within a hash that are mutually exclusive (i.e., only one of them should exist). ```` # Good { "foo": "bar" } #...

When are you planning to release a new version? The current version (0.7.7) doesn't include some required features (like find by discid).

We need to be able to support Classic VPC within our organization, and so this pull request does just that in regards to ELBs.

I was trying to initialize a fog driver, when I kept running into this issue: ``` RuntimeError ------------ Server has key name 'openstack', but the corresponding private key was not...