jimweirich / rspec-given

Given/When/Then keywords for RSpec Specifications
https://github.com/jimweirich/rspec-given
MIT License
653 stars 61 forks source link

Given should recognize the === (threequals) operator. #28

Closed jimweirich closed 11 years ago

jimweirich commented 11 years ago

The following error message is generic and does not recognize the === operator:

  1) Matching 
     Failure/Error: Then { Fixnum === 1.0 }
       Then expression failed at /Users/jim/pgm/ruby/misc/matcher_spec.rb:4
         false    <- Fixnum === 1.0
         Fixnum   <- Fixnum
     # ./matcher_spec.rb:4:in `block in Then'
jimweirich commented 11 years ago

Will be fixed in 3.0.1