Require and permission (Fedora)
Reported by bahuvrihi | February 17th, 2009 @ 11:55 AM
Testing tap on fedora runs into a few issues. First, require path spaghetti. 'Solved' by:
[config_generator_test.rb]
require File.join(File.dirname(__FILE__), '../../../tap_test_helper')
require 'tap/generator/base.rb'
require 'tap/generator/generators/config/config_generator'
require 'tap/generator/preview.rb'
In addition, running all tests run into a few permission problems:
Configuration error: Permission denied - /usr/lib/ruby/gems/1.8/gems/sample-0.0.1/tap.yml\n
Check '/usr/lib/ruby/gems/1.8/gems/sample-0.0.1/tap.yml' configurations\n
This error comes up with:
- tap
- rap
- tap-suite
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A framework for making configurable, file-based tasks and workflows.