Sha256: 871cd783d6d1cc9fd99d25255cfcb583f71e873856558ac870a4818041d54115
Contents?: true
Size: 286 Bytes
Versions: 4
Compression:
Stored size: 286 Bytes
Contents
require "test_helper" class AttachmentTest < ActiveSupport::TestCase def setup end def teardown end test "Attachment should respond to 'path' just like pages and sections." do a = Attachment.new(:file_path=>"/test.jpg") assert_equal "/test.jpg", a.path end end
Version data entries
4 entries across 4 versions & 1 rubygems