Sha256: efe29f6e589fe3ca9640a19c642d6a6661ca8558ceec76489fdedb1ea83a5668

Contents?: true

Size: 483 Bytes

Versions: 16

Compression:

Stored size: 483 Bytes

Contents

# To change this template, choose Tools | Templates
# and open the template in the editor.

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe SmsNotify do
  it "should create a module to nest other classes under" do
    SmsNotify.should be_a Module
  end

  it "should create a connection error class" do
    SmsNotify::ConnectionError.should be_a Class
  end

  it "should create an api error class" do
    SmsNotify::ApiError.should be_a Class
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cdyne-sms-notify-1.0.6 spec/sms_notify_spec.rb
cdyne-sms-notify-1.0.4 spec/sms_notify_spec.rb
cdyne-sms-notify-1.0.3 spec/sms_notify_spec.rb
cdyne-sms-notify-1.0.2 spec/sms_notify_spec.rb
cdyne-sms-notify-1.0.1 spec/sms_notify_spec.rb
cdyne-sms-notify-1.0.0 spec/sms_notify_spec.rb
cdyne-sms-notify-0.10.1 spec/sms_notify_spec.rb
cdyne-sms-notify-0.10.0 spec/sms_notify_spec.rb
cdyne-sms-notify-0.9.6 spec/sms_notify_spec.rb
cdyne-sms-notify-0.8.5 spec/sms_notify_spec.rb
cdyne-sms-notify-0.8.4 spec/sms_notify_spec.rb
cdyne-sms-notify-0.8.3 spec/sms_notify_spec.rb
cdyne-sms-notify-0.8.1 spec/sms_notify_spec.rb
cdyne-sms-notify-0.8.0 spec/sms_notify_spec.rb
cdyne-sms-notify-0.7.1 spec/sms_notify_spec.rb
cdyne-sms-notify-0.7.0 spec/sms_notify_spec.rb