Sha256: 4f25dd00b198a59e2f7d00c4ac6b0d9c48790a0030bccab236478d50830c85cf

Contents?: true

Size: 451 Bytes

Versions: 7

Compression:

Stored size: 451 Bytes

Contents

require 'spec_helper'

describe CurationConcern::BaseController do
  it 'should have #save_and_add_related_files_submit_value' do
    subject._helper_methods.should include(:save_and_add_related_files_submit_value)
  end
  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

7 entries across 7 versions & 1 rubygems

Version Path
curate-0.3.2 spec/controllers/curation_concern/base_controller_spec.rb
curate-0.3.1 spec/controllers/curation_concern/base_controller_spec.rb
curate-0.2.0 spec/controllers/curation_concern/base_controller_spec.rb
curate-0.1.3 spec/controllers/curation_concern/base_controller_spec.rb
curate-0.1.2 spec/controllers/curation_concern/base_controller_spec.rb
curate-0.1.1 spec/controllers/curation_concern/base_controller_spec.rb
curate-0.1.0 spec/controllers/curation_concern/base_controller_spec.rb