Displaying 2 results from an estimated 2 matches for "xyzusers".
2007 Apr 04
0
Samba-3.0.24 patched drive mapping prompting for username/password and fails..
...cache time = 600
client schannel = no
username map = /usr/local/samba/lib/users.map
[u]
comment = Monarch's u directory
path = /u
public = no
create mask = 0660
read only = No
directory mask = 0770
browseable = Yes
force group = group
valid users = root,monarch,@"xyzusers"
[public]
comment = Monarch's public directory
public = no
path = /u/public
read only = No
create mask = 0660
directory mask = 0770
browseable = Yes
force group = group
valid users = root,monarch,@"xyzusers"
[user]
comment = User's home directory
path...
2008 Nov 13
6
.with(:anything) issue
Hi,
I''m using a expectation like this :
repository.should_receive(:add_gem).with("test.txt", :anything)
When I run my spec, it fails with the following message :
Spec::Mocks::MockExpectationError in ''MiniGemServer should add a new gem to
the repository after it has been uploaded''
#<MiniGemServer::Repository:0xb11164> expected :add_gem with