Sha256: 0eb42eae8cc2712e22a2da11e227ca870497ffcdfc6c753ca97353c750218fca

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

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

describe "/short_messages/new" do
  before(:each) do
    assigns[:short_message] = ShortMessage.new
    render 'short_messages/new'
  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('form', %r[Message])
  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/new.html.erb_spec.rb
jnstq-acts_as_sms-0.1.1 test/spec/views/short_messages/new.html.erb_spec.rb
jnstq-acts_as_sms-0.1.3 test/spec/views/short_messages/new.html.erb_spec.rb
jnstq-acts_as_sms-0.1.4 test/spec/views/short_messages/new.html.erb_spec.rb