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