Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Fix broken test on Travis CI #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2017

  1. Fix testing Rails version "~> 5.0" to "~> 5.0.0"

    Now 5.1.x was released, but we want to test against 5.0.x.
    tricknotes committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    30fff8c View commit details
    Browse the repository at this point in the history
  2. Test against Rails 4.2

    tricknotes committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    f25467f View commit details
    Browse the repository at this point in the history
  3. Use File.exist? instead of File.exists?

    To suppress deprecation warning from Ruby.
    tricknotes committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    f7c1789 View commit details
    Browse the repository at this point in the history