handshake
handshake copied to clipboard
A design-by-contract framework for Ruby.
# Problem After fixing `Rakefile` (see #4 and the corresponding issue #3) the test suite fails: ``` $ rake /Users/grn/.rbenv/versions/2.1.5/bin/ruby -S rspec ./spec/handshake_spec.rb Warning: you should require 'minitest/autorun' instead. Warning:...
# Problem I tried to run the test suite with `rake`. The command exists with 0 status immediately without running any tests. # Cause `Rakefile` uses `Rake::TestTask.new` instead of `RSpec::Core::RakeTask`.
I've got this warnings with ruby 1.9.3 ``` (eval):1: warning: redefining `object_id' may cause serious problems (eval):1: warning: redefining `__send__' may cause serious problems ```