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