Sha256: 837ade54e288c0d662359e902709971d8a3f11903e63643b13f5a517c853829c

Contents?: true

Size: 487 Bytes

Versions: 10

Compression:

Stored size: 487 Bytes

Contents

require 'simplecov'
require 'pry'
SimpleCov.start 'rails'

# Configure the Rails Environment
ENV['RAILS_ENV'] = 'test'

require File.expand_path('../dummy/config/environment.rb', __FILE__)
require 'rails/test_help'

Rails.backtrace_cleaner.remove_silencers!

require 'multi_json'

# Include helpers
require 'killbill_test_helper'
require 'functional/kaui/functional_test_helper_nosetup'
require 'functional/kaui/functional_test_helper'
require 'integration/kaui/integration_test_helper'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kaui-0.15.5 test/test_helper.rb
kaui-0.15.4 test/test_helper.rb
kaui-0.15.3 test/test_helper.rb
kaui-0.15.2 test/test_helper.rb
kaui-0.15.1 test/test_helper.rb
kaui-0.15.0 test/test_helper.rb
kaui-0.14.2 test/test_helper.rb
kaui-0.14.1 test/test_helper.rb
kaui-0.14.0 test/test_helper.rb
kaui-0.12.0 test/test_helper.rb