Sha256: 67181acb968d1fa231a4f37c9ebae29d58226e1d816be7c1ac9121613b339f5e
Contents?: true
Size: 633 Bytes
Versions: 9
Compression:
Stored size: 633 Bytes
Contents
require 'spec_helper' describe Artwork do it 'responds to root_path' do expect(Artwork).to respond_to(:root_path) end it 'responds to configuration methods' do expect(Artwork).to respond_to(:configure_for) expect(Artwork).to respond_to(:reset_configuration) expect(Artwork).to respond_to(:default_resolution) expect(Artwork).to respond_to(:default_resolution=) expect(Artwork).to respond_to(:supported_resolutions_list) expect(Artwork).to respond_to(:supported_resolutions_list=) expect(Artwork).to respond_to(:load_2x_images?) expect(Artwork).to respond_to(:current_resolution) end end
Version data entries
9 entries across 9 versions & 1 rubygems