sms-spec icon indicating copy to clipboard operation
sms-spec copied to clipboard

A Ruby library for testing SMS Messages using RSpec and Cucumber.

Results 10 sms-spec issues
Sort by recently updated
recently updated
newest added

Current version of sms-spec doesn't work after upgrading to 5.x.x This change fixed it for me

The latest twilio-ruby gem has a new class BaseClient from which Client inherits. Due to this, installing this gem is getting errors since the class signature is different. This PR...

Hi, This gem sounds helpful, but the README does not explain anything about the DSL and what methods are available to use. Some examples would be great. Thanks!

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.

``` @client = Twilio::REST::Client.new account_sid, auth_token # alternatively, you can preconfigure the client like so Twilio.configure do |config| config.account_sid = account_sid config.auth_token = auth_token end # and then you can...

Hi, I'm using rspec-rails 3.1.0 in my project, but since the latest version of sms-spec only allows Rspec versions less than 3.0, I can't upgrade sms-spec from version 0.1.7 to...

I was checking out your gem today (great work btw, I'm currently working with it) and came across a little problem that may scare some newbies away to think that...

twilio-ruby v3.13.1 added the block configure syntax: https://github.com/twilio/twilio-ruby/commit/5e5485fbf76c5fcc4b8bf1d04c1e288a9104b9e9 I moved `Account` and `Message` out of the `Twilio::REST::Client` namespace to match the official gem's structure and take advantage of most of...

I noticed your project doesn't indicate a license anywhere (at least that I can find). Would you mind adding one?

Hi, I've been using this gem for at least several months and like it a lot. Thanks for supplying it! Like the other open issue, upgrading from 0.1.7 to 0.1.8...