spec/album_spec.rb in picturama-1.0.0beta vs spec/album_spec.rb in picturama-1.0.1

- old
+ new

@@ -10,11 +10,11 @@ expect(album.pictures.first).to be_kind_of Picturama::Picture expect(album.pictures.first.path).to eq(expected_file) end it "check thumnails for images" do - expect(album.pictures.first.has_thumbnail?).to be_false - expect(album.pictures.first.has_resized?).to be_false + expect(album.pictures.first.has_thumbnail?).to eq false + expect(album.pictures.first.has_resized?).to eq false end it "check info for files" do expect(album.pictures.first.info).to be_nil end \ No newline at end of file