[Groonga-commit] ranguba/chupa-text-http-server at fdaa5b1 [master] Use test-unit-rails

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 10 18:20:40 JST 2017


Kouhei Sutou	2017-07-10 18:20:40 +0900 (Mon, 10 Jul 2017)

  New Revision: fdaa5b15065d38ae8307073273a2d4f2ae50212d
  https://github.com/ranguba/chupa-text-http-server/commit/fdaa5b15065d38ae8307073273a2d4f2ae50212d

  Message:
    Use test-unit-rails

  Modified files:
    Gemfile
    test/test_helper.rb

  Modified: Gemfile (+1 -0)
===================================================================
--- Gemfile    2017-07-10 17:00:06 +0900 (291a9c6)
+++ Gemfile    2017-07-10 18:20:40 +0900 (5877126)
@@ -37,6 +37,7 @@ group :development, :test do
   # Adds support for Capybara system testing and selenium driver
   gem 'capybara', '~> 2.13'
   gem 'selenium-webdriver'
+  gem 'test-unit-rails'
 end
 
 group :development do

  Modified: test/test_helper.rb (+1 -1)
===================================================================
--- test/test_helper.rb    2017-07-10 17:00:06 +0900 (902d526)
+++ test/test_helper.rb    2017-07-10 18:20:40 +0900 (38b2648)
@@ -1,5 +1,5 @@
 require File.expand_path('../../config/environment', __FILE__)
-require 'rails/test_help'
+require 'test/unit/rails/test_help'
 
 class ActiveSupport::TestCase
   # Add more helper methods to be used by all tests here...
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index