lib/archangel/testing_support/factories/archangel_assets.rb in archangel-0.0.7 vs lib/archangel/testing_support/factories/archangel_assets.rb in archangel-0.0.8

- old
+ new

@@ -6,14 +6,9 @@ sequence(:file_name) { |n| "image-#{n}.jpg" } file { fixture_file_upload(uploader_test_image) } content_type "image/jpg" file_size 123 - trait :stylesheet do - file { fixture_file_upload(uploader_test_stylesheet) } - content_type "text/css" - end - trait :deleted do deleted_at { Time.current } end end end