Displaying 7 results from an estimated 7 matches for "cuc".
Did you mean:
cc
2009 Mar 04
5
Sinitra 0.9.1 Webrat 0.4.2 Cuc problem
Have created sample sinatra cucumber app as suggested on wiki. Tried both
env.rb configurations from there and aslaks git repo. With this combination
of gems I get the following error doing basic cuc tests
When I visit ''/foo'' #
features/step_definitions/general.rb:1...
2004 Jul 29
1
Trouble with "--delete" with "--files-from"
...les-from file...
/c/user/ccxxx/cyrus.seen
/c/user/ccxxx/cyrus.cache
/c/user/ccxxx/cyrus.index
/c/user/ccxxx/cyrus.header
/c/user/ccxxx/Bris-Lists/cyrus.seen
/c/user/ccxxx/Bris-Lists/cyrus.cache
/c/user/ccxxx/Bris-Lists/cyrus.index
/c/user/ccxxx/Bris-Lists/cyrus.header
/c/user/ccxxx/Bris-Lists/bris-cuc/cyrus.seen
/c/user/ccxxx/Bris-Lists/bris-cuc/cyrus.cache
/c/user/ccxxx/Bris-Lists/bris-cuc/cyrus.index
/c/user/ccxxx/Bris-Lists/bris-cuc/cyrus.header
...in case that's useful.
Does anyone know where I'm going wrong here?
Cheers,
Richard Hopkins,
Information Services,
Computer Centre,
Un...
2012 Jun 13
1
Tukey Kramer with ANOVA (glm)
Hello,
I am performing a BACI analysis with ANOVA using the following glm:
fit1<-glm(log(Cucs_m+1)~(BA*Otter)+BA+Otter+ID+Primary, data=b1)
The summary(aov(fit1)) shows significance in the interaction; however, now I
would like to determine what combinations of BA and Otter are significantly
different (each factor has two levels). ID and PRIMARY substrates are
categorical and included in...
2005 Apr 25
14
IP2P & Skype question
Hi,
I am not sure if this is the correct destination for this email
question, so if not, please can someone direct me to the correct mailing
list / user.
I need to detect Skype traffic using (I think it can be done) IP2P.on a
RH Linux 2.4.20 kernel as well as the later fedora platforms. We have
built it into your kernel, but are looking for some help in the matching
parameters for skype in
2011 Jan 26
3
missing vif.0 port after install xen4+centos5
Hi !
I have install the xen4+centos5 on my server following the post of
the kernel version is 2.6.32.27 which is download from
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
But after I reboot the server ,and run the "ifconfig", whose output likes
the following
[root@localhost scripts]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:C5:EB:96:C3
2008 Sep 09
12
cucumber - mark a step as pending
I love the way I can throw a call to pending() in the top of an
unfinished RSpec example and stop it from failing the build.
Is there a similar way to do such a thing with good ole'' cucumber?
cheers,
Matt
----
http://blog.mattwynne.net
http://songkick.com
In case you wondered: The opinions expressed in this email are my own
and do not necessarily reflect the views of any former, current or
future employers of mine.
-------------- next part --------------
An HTML attachmen...
2010 Apr 14
35
Conditionally adding a link to a form -- how?
I''ve got two entities created by scaffolding: Expense & Vendor
In Expense#new there''s a form with a Vendors-drop-down and a NewVendor-
button.
The latter button brings up Vendor#new.
The Create button in Vendor#new brings up Vendor#show with Edit & Back
links.
I want to append a third link conditionally to Vendor#show: if the
Expense#new form led to the Vendor#show