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 f806247 Maybe this will work
f806247 is described below
commit f806247d7062c5490d29942ff45a843f4a7a7be4
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 7 17:41:11 2021 +0100
Maybe this will work
---
lib/Rakefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/Rakefile b/lib/Rakefile
index eb2717f..dd8896d 100644
--- a/lib/Rakefile
+++ b/lib/Rakefile
@@ -1,4 +1,7 @@
+$LOAD_PATH.unshift File.dirname(__FILE__)
+
require 'rspec/core/rake_task'
+
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
task :test => :spec