search for: default_path

Displaying 5 results from an estimated 5 matches for "default_path".

Did you mean: default_patch
2011 Nov 13
2
Rspec not finding my examples
...d for some reason I have to specify the full path + file name to get my specs to run. The book and rspec docs led me to believe that I should be able to just type ''rspec'' and rspec would find any spec files in a directory called spec. I even tried adding a .rspec file with "--default_path spec" in the directory from which I am running rspec. No luck with that either. I am using RSpec 2.7.0 and Ruby 1.9.2 under RVM. My directory structure is: bacon lib bacon.rb spec bacon.spec >From the bacon directory: $ rspec No examples found. $ rspec spec...
2016 Mar 07
2
keytab-lilo: update to support kbd 2.0.3 format
On 07.03.2016 19:24, Ady via Syslinux wrote: >> doc: keytab-lilo example on Fedora >> >> --- >> doc/keytab-lilo.txt | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/doc/keytab-lilo.txt b/doc/keytab-lilo.txt >> index cdbea0f..f35b3e8 100644 >> --- a/doc/keytab-lilo.txt >> +++ b/doc/keytab-lilo.txt >> @@ -83,3 +83,7 @@
2012 Oct 09
0
[Win7 x64] Encoding::UndefinedConversionError after installing when using gem and rails
...:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb:57:in `exist?'': "\x81" to UTF-8 in conversion from Windows-1252 to UTF-8 (Encoding::UndefinedConversionError) from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb:57:in `default_path'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb:63:in `path='' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb:29:in `initialize'' from C:/RailsInstaller/Ruby1.9.3/lib/ruby/s...
2016 Mar 08
0
keytab-lilo: update to support kbd 2.0.3 format
...thoroughly tested / wildly used / proven code). What a Fedora package maintainer could do would be to have a patch in Fedora's package, changing the "default" values in the keytab-lilo.pl Perl script itself, according to typical Fedora's paths (e.g. there used to be a "$DEFAULT_PATH", in addition to the "$DEFAULT_MAP" and "$DEFAULT_EXT" values), in such a way that the shorter form of the command line would work under Fedora. I would tend to think that it is easier to simply type in the complete relevant paths for each case, instead of having the sc...
2008 Apr 09
5
intermittent BJ errors
hi all I''m running background tasks using BJ 1.0.1 (gem version). On some requests, the tasks are executed as expected. On others, I get the following error: RuntimeError (no bj found in ["/u/apps/igniter/releases/20080408205801/ script", "/bin", "/usr/bin", "/sbin", "/usr/sbin"]): when it runs, it runs fine but does anyone know what