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