ontologies_controller_spec.rb revision 23305f217b86a2ebf90a848af9036908e0070542
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpottsrequire 'spec_helper'
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster before{ request.env['HTTP_AUTHORIZATION'] = ActionController::HttpAuthentication::Basic.encode_credentials(user.email, user.password) }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context 'index by basepath and repository_id' do