mock build
This commit is contained in:
7
locallibs/ruby-rpm-ffi/test/helper.rb
Normal file
7
locallibs/ruby-rpm-ffi/test/helper.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
|
||||
require 'minitest/autorun'
|
||||
require 'rpm'
|
||||
|
||||
def fixture(name)
|
||||
File.expand_path(File.join(File.dirname(__FILE__), 'data', name))
|
||||
end
|
||||
Reference in New Issue
Block a user