1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-22 02:54:30 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Omer Katz
446b49c7c4 Added ruby 2.5 to the build matrix (#1532)
* Added ruby 2.5 to the build matrix.

* Require "date" since it's missing and failing a test.
2018-10-15 21:14:04 -07:00
Jordan Sissel
db8ddf4ce2 Ignore cabin subscriptions during testing
This prevents the command lib from subscribing to stdout and causing
warnings to show up during tests.
2014-07-24 19:24:28 +00:00
Jordan Sissel
49eae2a0fb Use program_exists? instead of program_in_path?
This additionally checks that the program exists and is executable if
the path given is either a path or a program name.
2014-02-09 22:25:38 -08:00
Jordan Sissel
a5cb2286b6 - Add path mapping
Behavior
    * some/file=/some/path
      Result: /some/path
    * some/directory=/some/path
      Result: /some/path/directory/...
- drop dependency on Rush
2013-07-11 22:23:29 -07:00
Jordan Sissel
8100ea2632 Return the orig_system() return value 2012-12-07 00:04:45 -08:00
Jordan Sissel
a8b9d59f59 - Quiet the output of all system() calls. This makes test runs much less
noisy
2012-12-06 23:41:47 -08:00
Jordan Sissel
c89d757184 - skip rpm tests and warn if 'rpmbuild' is not found.
- add an 'rspec' specific log channel
2012-03-09 20:00:07 +00:00
Jordan Sissel
5e734a541e - fix spec checking for rpm 'name'
- fix rpm 'defines' default
2012-03-08 09:32:12 -08:00
Jordan Sissel
bb422a0259 - Use my new 'insist' library for assertions 2012-03-07 23:34:29 -08:00