Sha256: b21bac4592f2c3ce8ec5d030a5f2e930841c4fa44cc43dd21f6cdd29f4c8c21b
Contents?: true
Size: 421 Bytes
Versions: 30
Compression:
Stored size: 421 Bytes
Contents
require 'spec_helper' describe CurationConcerns::PermissionsHelper do describe "#help_link" do subject { helper.help_link 'curation_concerns/base/visibility', 'Visibility', 'Usage information for visibility' } it "draws help_icon" do expect(subject).to match(/data-content="<p>This setting will determine who can view your file/) expect(subject).to have_selector 'a i.help-icon' end end end
Version data entries
30 entries across 30 versions & 1 rubygems