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