I have twilio-ruby installed, and just tried to install this gem. I added the lines requiring "sms_spec" to my spec_helper.rb file, but whenever I try to run my specs, I get the following error:
uninitialized constant Twilio
I'm running Rails 3.2.11, version 3.9.0 of twilio-ruby, and version 0.1.6 of this gem. Am I missing something?