Sha256: 113573db75208af325b99bd7686bd041dcef696cc064a8a3ecb38bbcad3fe863

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

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

describe DeliveryReceiptsHelper do
  
  #Delete this example and add some real ones or delete this file
  it "should be included in the object returned by #helper" do
    included_modules = (class << helper; self; end).send :included_modules
    included_modules.should include(DeliveryReceiptsHelper)
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jnstq-acts_as_sms-0.1.0 test/spec/helpers/delivery_receipts_helper_spec.rb
jnstq-acts_as_sms-0.1.1 test/spec/helpers/delivery_receipts_helper_spec.rb
jnstq-acts_as_sms-0.1.3 test/spec/helpers/delivery_receipts_helper_spec.rb
jnstq-acts_as_sms-0.1.4 test/spec/helpers/delivery_receipts_helper_spec.rb