tpope / pickler

PIvotal traCKer Liaison to cucumbER
MIT License
299 stars 23 forks source link

update specs to rspec's new expecation syntax #19

Closed cantonic closed 10 years ago

cantonic commented 10 years ago

see https://www.relishapp.com/rspec/rspec-expectations/docs/syntax-configura tion for more info

This avoids some deprecation warnings which popped up when running the specs

tpope commented 10 years ago

The gemspec is pinned to ~> 2.0. Sounds like you might be running the wrong version?

cantonic commented 10 years ago

No, actually I am using rspec 2.99.0. The version definition ~> 2.0 includes all version which are smaller than 3.0.

tpope commented 10 years ago

In that case let's just bump the constraint to ~> 3.0.

cantonic commented 10 years ago

ok. changed it to ~> 3.0