This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch whimsy-nogem
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/whimsy-nogem by this push:
new d6463d2 Another try
d6463d2 is described below
commit d6463d28eef4ec6bd014130135c48fc2bc30af05
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 7 21:24:11 2021 +0100
Another try
---
lib/Gemfile | 2 +-
lib/spec/lib/committee_spec.rb | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/Gemfile b/lib/Gemfile
index b4c0e17..8af3b9d 100644
--- a/lib/Gemfile
+++ b/lib/Gemfile
@@ -11,5 +11,5 @@ gem 'pdf-reader'
# For Travis testing
group :test do
gem 'rspec'
- gem 'whimsy-asf', path: File.expand_path('..', __dir__)
+ # gem 'whimsy-asf', path: File.expand_path('..', __dir__)
end
diff --git a/lib/spec/lib/committee_spec.rb b/lib/spec/lib/committee_spec.rb
index 368c671..53c6910 100644
--- a/lib/spec/lib/committee_spec.rb
+++ b/lib/spec/lib/committee_spec.rb
@@ -1,6 +1,8 @@
# encoding: utf-8
# frozen_string_literal: true
+$LOAD_PATH.unshift '/home/travis/build/apache/whimsy/lib'
+
require 'spec_helper'
require 'whimsy/asf'