Aaron Kromer

Results 6 issues of Aaron Kromer

This is very similar to issue #56. However it seems to be broken with the most recent Ruby 1.9.3 patch level 1.9.3 (1.9.3-p448), Timecop (0.6.1), and Rails 3.2.13. ``` ruby...

More Unicode than emoji, but still fun: Pass: ✓✔ Fail: ✕ ✖ ✗ ✘ Pending: ? ¿ ⁇ ?﹖ Add color formatting to them too.

enhancement

## Issue This is the first time we've started using this gem. One of the very first things we tried to do was define tags in a Rails controller (a...

enhancement

On some systems the using the git protocol to connect to GiHub causes auth errors. For example, this `git clone`: ``` sh % git clone [email protected]:tpope/vim-pathogen.git Cloning into 'vim-pathogen'... Permission...

The current [output matcher](http://rubydoc.info/gems/rspec-expectations/RSpec/Matchers:output) is not considered thread safe. Rails had a similar feature [`capture`](http://api.rubyonrails.org/classes/Kernel.html#method-i-capture) and [`silence`](http://api.rubyonrails.org/classes/Kernel.html#method-i-silence) which were both [recently](https://github.com/rails/rails/pull/13392) [deprecated](https://github.com/rails/rails/commit/af2ffa8c79e69f99f6eec0aac76737a050bbd06e). This caused issues with the ammeter gem which...

It would be great to get our rake task updated so that any changes to our CoC are propagated to both [rspec/rspec](https://github.com/rspec/rspec) and [rspec/rspec-dev](https://github.com/rspec/rspec-dev). Related, perhaps we should include the...