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 4415f9f Getting there?
4415f9f is described below
commit 4415f9fc7b5c906d0ebbfb505b165cb44a9365e1
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 7 21:42:13 2021 +0100
Getting there?
---
lib/Rakefile | 2 ++
lib/spec/lib/committee_spec.rb | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Rakefile b/lib/Rakefile
index 5d632d8..6665d7f 100644
--- a/lib/Rakefile
+++ b/lib/Rakefile
@@ -1,3 +1,5 @@
+$LOAD_PATH.unshift __dir__
+
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
diff --git a/lib/spec/lib/committee_spec.rb b/lib/spec/lib/committee_spec.rb
index 53c6910..368c671 100644
--- a/lib/spec/lib/committee_spec.rb
+++ b/lib/spec/lib/committee_spec.rb
@@ -1,8 +1,6 @@
# encoding: utf-8
# frozen_string_literal: true
-$LOAD_PATH.unshift '/home/travis/build/apache/whimsy/lib'
-
require 'spec_helper'
require 'whimsy/asf'