Commit e44337e61f2fb36ff622e923afa6c23a23f4a5b9
Committed by
Daniela Feitosa
1 parent
f38bc6a1
Exists in
master
and in
29 other branches
Removing unused ImageGallery model
Showing
2 changed files
with
0 additions
and
28 deletions
Show diff stats
app/models/image_gallery.rb
test/unit/image_gallery_test.rb
... | ... | @@ -1,17 +0,0 @@ |
1 | -require File.dirname(__FILE__) + '/../test_helper' | |
2 | - | |
3 | -class ImageGalleryTest < Test::Unit::TestCase | |
4 | - | |
5 | - should 'be a type of article' do | |
6 | - assert_kind_of Article, ImageGallery.new | |
7 | - end | |
8 | - | |
9 | - should 'provide description' do | |
10 | - assert_kind_of String, ImageGallery.description | |
11 | - end | |
12 | - | |
13 | - should 'provide short description' do | |
14 | - assert_kind_of String, ImageGallery.short_description | |
15 | - end | |
16 | - | |
17 | -end |