Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap test framework dependencies #23

Merged
merged 2 commits into from
Apr 24, 2014

Commits on Mar 25, 2014

  1. Wrap test framework dependency, change to Minitest

    * Change to use Minitest instead of Test::Unit. It replaced Test::Unit
      in the stdlib in v1.9, so might as well use it explicitly.
    * Added a Fastly::TestCase class that wraps Minitest and updated
      the existing classes to use this wrapper. This enables the framework
      to be changed easily at a later date if required.
    * Removed the inline calls to require RubyGems and Test::Unit.
    * Removed the file munging for requiring {common,helper}.rb - using
      Rake::TestTask sets the load path correctly and also allows
      individual tests to be run.
    * Added a test against the Minitest version to accommodate >= 5 for the
      Fastly::TestCase class.
    sgerrand committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    9dadb9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25d161 View commit details
    Browse the repository at this point in the history