similar to: changes in rspec 2.4 break ci_reporter

Displaying 12 results from an estimated 12 matches similar to: "changes in rspec 2.4 break ci_reporter"

2007 Jul 06
0
CCRB and ci_reporter XML output: How do you display custom build artifacts
Hi, I''ve installed ci_reporter (having previously installed CruiseControlRB), as both a gem and a rails plugin. The tests are invoked by an explicit project.command (rake ci:setup:testunit test - I probably shouldn''t need to do this explicitly but I''m semi-following ci_reporter instructions here) from cruise_config.rb. At the completion of the tests I see XML files
2010 Oct 25
2
Fail to load spec/rake/spectask
Hi! I''m a newbie at Ruby. I''m trying to run rspec tests using rake. In my rake file I include spec/rake/spectask. It fails to load giving me the following message: rake aborted! no such file to load -- spec/rake/spectask C:/Ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile'' I''m using version 1.8.7 of Ruby. I have installed rake
2015 Jun 14
2
Thunderbird question
I was looking at the output of thunderbird --help and I see there is no cli arg that makes it start with a specific profile (which can be any one of n profiles) - unless I am not reading the output properly :) I am trying to avoid having to select the profile when starting thunderbird on different worspaces for different profiles.
2013 Jan 30
1
how to customize puppet-haproxy module??
Dear all, I''ve just started using puppet-haproxy module and planing to role it out department-wide, so that other group/team/project also can make use it as a core-module. As the several other groups are involved, their requirements are also different. I have two Qs here: How do I customize the "Listen" and "default" section without modifying the actual listen.pp
2010 Apr 02
1
Extremely weired Thunderbird OpenSSH interaction
Dear OpenSSH developers, first thank you for this great tool! Me and a friend have experienced some seriously crazy interaction between Thunderbird and OpenSSH, the problem is it's not reproducable but as it left definite traces on the server and it could be a serious security problem I still want to report it. so the following happened: My friend is running Ubuntu 9.10 with the new
2006 Oct 16
0
Problem : Debian xen package removal & installation
Hi All, I'm working on Xen 3.0.2 installation upon Debian 4.1.1-13(kernel 2.6.17.13) Although I spent 2 days to set up Xen 3.0.2, it is failed to install Xen 3.0.2 with several installation manuals which I got from google. I think several trials of Xen installation made my debian system dependancy broken, so when I tried to remove xen-utils package from Debian, it made some errors as
2001 Dec 17
1
CVS update: rsync
On 14 Dec 2001, dwd@samba.org wrote: > open_socket_in was attempting to try all the protocols returned from > getaddrinfo(), but only if a corresponding call to socket() returned one of > three *NOSUPPORT errno codes. A Redhat 6.2 system was observed returning > EINVAL instead so it never went on to try IPv4. This update adds EINVAL to > the list. Question: why not always
2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
Greetings, I''m writing to report an issue I stumbled upon while trying to adjust to the new (for me) world of implicit-subject expectation writing. Consider this rather silly test case: describe "something" do context "in context" do subject { "an object" } it { should == "an object" } end end When I run rspec with `--format
2015 Jun 14
0
Thunderbird question
On 06/14/2015 04:53 PM, jd1008 wrote: > I was looking at the output of > thunderbird --help > > and I see there is no cli arg that makes it > start with a specific profile (which can be any > one of n profiles) - unless I am not reading > the output properly :) > > I am trying to avoid having to select the profile > when starting thunderbird on different worspaces
2009 Jul 10
6
Best practices for building a file from distributed data.
G''day. I am wondering what the current best practice for building a single file out of distributed fragments is with puppet. Specifically, my problem: 1. Install munin-node on arbitrary machines. 2. Install ''munin.conf'' as a single file on one machine, containing a configuration stanza for every machine that munin-node is installed on. The current best practice
2001 Dec 15
0
Issues with IPv6 support and with global_opts structure
I ran into two problems related to the IPv6 support recently added to rsync. I have only noticed these on Linux, I think because it alone of my machine types supports the getaddrinfo() call; the rest use rsync's builtin version of getaddrinfo(). The first problem is that on one Redhat 6.2 system I observed that when rsync tries to create an IPv6 socket, the socket() system call is returning
2013 Jan 03
0
help with NLOPTR
I have a complex function that I want to maximize (I have multiplied this function by -1 so that it becomes a minimization problem in the code below). This function has two equality constraints. I get the programs to run but the answer isn't correct because, when it does converge, at least one of the constraints is violated. Any suggestions? Code below Violated constraint (an easy check):