Sha256: 1b55fdd0087880fa9e6165aea6a20f09691810ad0b00df47b99b7d483d72e904

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

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

describe "/short_messages/index" do
  before(:each) do
    assigns[:short_messages] = [ShortMessage.new]
    render 'short_messages/index'
  end
  
  #Delete this example and add some real ones or delete this file
  it "should tell you where to find the file" do
    response.should have_tag('div', %r[Destination])
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jnstq-acts_as_sms-0.1.0 test/spec/views/short_messages/index.html.erb_spec.rb
jnstq-acts_as_sms-0.1.1 test/spec/views/short_messages/index.html.erb_spec.rb
jnstq-acts_as_sms-0.1.3 test/spec/views/short_messages/index.html.erb_spec.rb
jnstq-acts_as_sms-0.1.4 test/spec/views/short_messages/index.html.erb_spec.rb