search for: peoplesearch

Displaying 2 results from an estimated 2 matches for "peoplesearch".

2012 May 16
2
Trouble with mount.cifs while smbclient works (Ubuntu 12.04)
...erent way. I'm baffled and appreciative of any suggestions you can provide. Thanks in advance. Scott Purcell Dell | GSD Learning & Development Scott Purcell Content Development: Linux, Virtualization, and Cloud Solutions Dell | GSD Learning & Development All about me on PeopleSearch<http://peoplesearch.dell.com/pages/profile.aspx?accountname=AMERICAS\SCOTT_PURCELL> | Follow me on Chatter<https://na7.salesforce.com/_ui/core/userprofile/UserProfilePage?u=005A0000000buOq>
2009 Apr 16
6
Cucumber - step negating another expecting step
On 16 Apr 2009, at 11:22, Joaquin Rivera Padron wrote: > at the moment I do it this way, hiding the complexity out of the > steps: > > Then /^I should see the people search form$/ do > people_search_form_exists > end > > Then /^I should not see the people search form$/ do > people_search_form_exists "not" > end > > and then the method: > >