Sha256: 5cff38a0b72c9780c0cff8310354ada76c4ec2b6dbc75a26558d2f83f2dc0fc6
Contents?: true
Size: 298 Bytes
Versions: 13
Compression:
Stored size: 298 Bytes
Contents
require 'spec_helper' describe CurationConcern::BaseController do it 'should have #curation_concern exposed' do subject._helper_methods.should include(:curation_concern) end it 'has #contributor_agreement' do subject._helper_methods.should include(:contributor_agreement) end end
Version data entries
13 entries across 13 versions & 1 rubygems