rspec icon indicating copy to clipboard operation
rspec copied to clipboard

Behaviour Driven Development framework for Ruby

Results 4 rspec issues
Sort by recently updated
recently updated
newest added

Hi David, I could have fixed the bug on rspec I reported here: http://rubyforge.org/pipermail/rspec-users/2011-January/019187.html I'm not sure if it's proper way to fix it or not, but it works for...

Added AssertionFailedError monkeypatch to Test::Unit that is raised in match_unless_raises matchers feature using Ruby 1.9.2.

A coworker and I spent hours tracking this down. This change allows Rspec to connect to a DRb server such as Spork. Before this, we were getting the "No DRb...