Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 17, 2016
1 parent 2357ad4 commit cb279ef
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spec/features/collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
include CurationConcerns::SearchPathsHelper

describe 'collection' do
def create_collection(title, description)
click_link 'Add a Collection'
fill_in('Title', with: title)
fill_in('collection_description', with: description)
click_button('Create Collection')
expect(page).to have_content 'Items in this Collection'
expect(page).to have_content title
expect(page).to have_content description
end

let(:title1) { 'Test Collection 1' }
let(:description1) { 'Description for collection 1 we are testing.' }
let(:title2) { 'Test Collection 2' }
Expand Down

0 comments on commit cb279ef

Please sign in to comment.