Merge branch 'next-minor' into develop
This commit is contained in:
commit
4fb9d6ed11
1 changed files with 0 additions and 3 deletions
|
|
@ -6,9 +6,6 @@ describe SearchController, :type => :controller do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'query is a person' do
|
describe 'query is a person' do
|
||||||
@lola = FactoryGirl.create(:person, :diaspora_handle => "lola@example.org",
|
|
||||||
:profile => FactoryGirl.build(:profile, :first_name => "Lola",
|
|
||||||
:last_name => "w", :searchable => false))
|
|
||||||
it 'goes to people index page' do
|
it 'goes to people index page' do
|
||||||
get :search, :q => 'eugene'
|
get :search, :q => 'eugene'
|
||||||
expect(response).to be_redirect
|
expect(response).to be_redirect
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue