two-pack / redmine_auto_assign_group

Redmine Auto Assign Group Plugin
GNU General Public License v2.0
10 stars 1 forks source link

Failed all tests with Capybara error log. #2

Closed two-pack closed 6 years ago

two-pack commented 6 years ago

Failed all tests with Capybara error log on Travis-CI. Error log is like following:

  1) Error:
RedmineAutoAssignGroup::UsersTest#test_auto_assign_group_when_user_is_added:
LoadError: Capybara is unable to load `puma` for its server, please add `puma` to your project or specify a different server via something like `Capybara.server = :webrick`.

Its caused after using Capybara 3.0.3.

two-pack commented 6 years ago

I specified webrick for capybara in test_helper.