You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/16 14:08:39 UTC

[whimsy] 01/02: make test server work again

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

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

commit c5d871d7e7d0d20beffa17a7154888d300f8b348
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Oct 16 10:08:10 2017 -0400

    make test server work again
---
 www/board/agenda/Gemfile  | 1 +
 www/board/agenda/Rakefile | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index f5a468d..918fc49 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -32,6 +32,7 @@ gem 'rubyXL'
 
 group :test do
   gem 'rspec'
+  gem 'puma'
   gem 'capybara'
   gem 'poltergeist'
 end
diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index 6cd910e..8e66bf1 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -31,6 +31,8 @@ namespace :server do
   task :test => :work do
     ENV['RACK_ENV']='test'
     ENV['USER']='test'
+    require 'bundler'
+    Bundler.require(:default, :test)
     require 'wunderbar/listen'
   end
 end

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.