Sha256: 547c78e7acb75340e4e44f0ea713de6ad09cc3961bc3d657cfd9e662b79bebb4

Contents?: true

Size: 377 Bytes

Versions: 4

Compression:

Stored size: 377 Bytes

Contents

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

describe ShortMessagesHelper 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(ShortMessagesHelper)
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

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