manlycode / sms-spec

A Ruby library for testing SMS Messages using RSpec and Cucumber.
16 stars 11 forks source link

Allow sms-spec to be used with RSpec 3 #14

Open cgunther opened 9 years ago

cgunther commented 9 years ago

It appears bcd3b8e1ac5a70e2b65e148323f2a54bf35e5156 added support for RSpec 3, however the dependency in the gemspec still locks RSpec to a version on the 2.X series.

shedd commented 9 years ago

+1

rosskevin commented 9 years ago

My pull request also solves this and passes Travis CI, as well as has additional fixes: https://github.com/manlycode/sms-spec/pull/20