Sha256: 0ad21a6d8c0f9c3a61e453ed2a79c90c7177ae5d49da69364be30357bfdf13dc
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
require 'test_helper' class ArtistTest < ActiveSupport::TestCase def test_access_grid_method assert_equal "36x36", Artist.style_thumb assert_equal "54x", Artist.style_grid_1 assert_equal "150x", Artist.style_grid_10 assert_equal "200x300#", Artist.style_grid_15 assert_equal "909x230#", Artist.style_grid_16 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
attachment_magick-0.2.0 | test/attachment_magick/units/artist_test.rb |
attachment_magick-0.1.0 | test/attachment_magick/units/artist_test.rb |