AutoCommit Mon Sep 14 01:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-14 01:03:01 +02:00
parent a47c6fea7a
commit 168b4d9e4c
2 changed files with 22 additions and 2 deletions

View File

@@ -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