AutoCommit Mon Sep 14 01:03:01 CEST 2015
This commit is contained in:
@@ -6,5 +6,11 @@ describe Attachment do
|
||||
it "responds to image" do
|
||||
expect(attachment.respond_to?(:image?)).to be true
|
||||
end
|
||||
|
||||
it "is an image" do
|
||||
expect(attachment.image?).to be true
|
||||
end
|
||||
it "is valid" do
|
||||
expect(attachment).to be_valid
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user