Sha256: b9c0f4cd94a55c930393a2806eed2dacab47d033babcbf70ca9f9fdc869378c0
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
require "spec_helper" describe ApplicationHelper do describe "#bumpspark_tag" do it 'is an image tag' do expect(helper.bumpspark_tag([1, 2, 3])).to include("<img") end it 'contains a data uri' do expect(helper.bumpspark_tag([1, 2, 3])).to include("data:image/png") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bumpspark-2.0.0 | spec/helpers/application_helper_spec.rb |