Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Updates#387

Open
gavinlaking wants to merge 8 commits intomasterfrom
updates
Open

Updates#387
gavinlaking wants to merge 8 commits intomasterfrom
updates

Conversation

@gavinlaking
Copy link
Copy Markdown
Owner

Bit-rot is already starting to take hold of this project with changes to Ruby and Minitest. This release fixes some of the issues noticed. There are still some deprecation warnings from Minitest.

@gavinlaking
Copy link
Copy Markdown
Owner Author

Some investigation is required. My local machine runs the test suite with no failure, but Travis is failing.

@mjy
Copy link
Copy Markdown

mjy commented Jan 1, 2018

Problem appears to be the size of the window the test is run in. The following .travis.yml modification gets all but one test passing (https://travis-ci.org/mjy/vedeu/jobs/323712818):

rvm:
  - 2.3.3
  - 2.4.3
branches:
  - master
  - updates
os:
  - osx
  - linux
script:
  - stty rows 120
  - stty cols 120
  - bundle exec rake 

Note that making your terminal window very small in OS X causes more test to fail. Will open a new issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants