Skip to content

Commit

Permalink
Merge pull request samvera-deprecated#207 from projecthydra-labs/fix_…
Browse files Browse the repository at this point in the history
…routes

Fix test routes
  • Loading branch information
hectorcorrea committed Nov 13, 2015
2 parents 2eecf32 + ff7e1f4 commit fdf3001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/controllers/upload_sets_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
describe UploadSetsController do
let(:user) { FactoryGirl.find_or_create(:jill) }
let(:other_user) { FactoryGirl.find_or_create(:curator) }
routes { Rails.application.routes }
before do
sign_in user
allow_any_instance_of(User).to receive(:groups).and_return([])
Expand Down

0 comments on commit fdf3001

Please sign in to comment.