You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/05/11 16:40:44 UTC

[whimsy] branch master updated: Adding initial tests for lib

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new aec01f8  Adding initial tests for lib
aec01f8 is described below

commit aec01f8ebe147c2c9ba25a418c43999654675de9
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 11 17:40:36 2019 +0100

    Adding initial tests for lib
---
 .travis.yml | 1 +
 lib/Gemfile | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 68c820e..a4b72a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@
 # list of Gemfiles associated with tools to be tested
 gemfile:
   - www/board/agenda/Gemfile
+  - lib/Gemfile
 
 ########################################################################
 #                           VM Configuration                           #
diff --git a/lib/Gemfile b/lib/Gemfile
new file mode 100644
index 0000000..4e2ae9d
--- /dev/null
+++ b/lib/Gemfile
@@ -0,0 +1,3 @@
+group :test do
+  gem 'rspec'
+end