Sha256: abeb15253eb32816dae37047007f8568515ed00967a032d47185c1be7eea1fcd
Contents?: true
Size: 263 Bytes
Versions: 10
Compression:
Stored size: 263 Bytes
Contents
require 'test_helper' class AssetTest < ActiveSupport::TestCase fixtures :clippings, :users, :roles def teardown Asset.destroy_all end def test_should_be_created a = Asset.new(:attachable => clippings(:google)) assert a.save! end end
Version data entries
10 entries across 10 versions & 1 rubygems