Sha256: f44b8ff721735229d9c7230e32e4bde69bb262b9ad55d0937b8c3c273bd6df88
Contents?: true
Size: 436 Bytes
Versions: 3
Compression:
Stored size: 436 Bytes
Contents
require 'spec_helper' describe 'curation_concerns/file_sets/_versioning.html.erb' do let(:file_set) { stub_model(FileSet) } before do allow(view).to receive(:curation_concern).and_return(file_set) assign(:version_list, []) render end context "without additional users" do it "draws the new version form without error" do expect(rendered).to have_css("input[name='file_set[files][]']") end end end
Version data entries
3 entries across 3 versions & 1 rubygems