autocomplete_controller_spec.rb revision 7c7a19761235efff584ee65a1c6dc4aa1735ff64
require 'spec_helper'
context 'users and teams' do
before do
end
end
end
it { should respond_with :success }
end
before do
end
end
end
it { should respond_with :success }
end
before do
term: 'xxxyyyzzz'
end
it { should respond_with :success }
end
end
end
before do
term: 'bar'
end
end
expect do
term: 'foo'
end
end
before do
term: ''
end
it { should respond_with :success }
end
before do
scope: 'foo'
end
it { should respond_with :success }
end
end
end