Sha256: ebb4be995edc32bdd4321de32c878a8db1e0d89f87fb4fbe96349046dd273ffb
Contents?: true
Size: 294 Bytes
Versions: 21
Compression:
Stored size: 294 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' require 'groonga_client_model/test_helper' class ActiveSupport::TestCase # Add more helper methods to be used by all tests here... include FactoryGirl::Syntax::Methods end
Version data entries
21 entries across 13 versions & 1 rubygems
Version | Path |
---|---|
groonga-client-model-0.9.0 | test/apps/rails5/test/test_helper.rb |