From ae1fac006206ab28cd7cba63ab85c07a27f3d606 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 5 Sep 2016 17:46:36 +0200 Subject: Add API to upload media attachments --- spec/models/media_attachment_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/models/media_attachment_spec.rb (limited to 'spec/models/media_attachment_spec.rb') diff --git a/spec/models/media_attachment_spec.rb b/spec/models/media_attachment_spec.rb new file mode 100644 index 000000000..0a1627684 --- /dev/null +++ b/spec/models/media_attachment_spec.rb @@ -0,0 +1,5 @@ +require 'rails_helper' + +RSpec.describe MediaAttachment, type: :model do + pending "add some examples to (or delete) #{__FILE__}" +end -- cgit