Sha256: 96ab2d9b7be92dcc53d7225fb720b276bffa19cadfc13a7ee5e2be40ba401739

Contents?: true

Size: 558 Bytes

Versions: 15

Compression:

Stored size: 558 Bytes

Contents

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

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

require 'rails-controller-testing'
Rails::Controller::Testing.install

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

15 entries across 15 versions & 1 rubygems

Version Path
kaui-2.1.0 test/test_helper.rb
kaui-2.0.4 test/test_helper.rb
kaui-2.0.3 test/test_helper.rb
kaui-2.0.2 test/test_helper.rb
kaui-2.0.1 test/test_helper.rb
kaui-2.0.0 test/test_helper.rb
kaui-1.4.1 test/test_helper.rb
kaui-1.4.0 test/test_helper.rb
kaui-1.3.0 test/test_helper.rb
kaui-1.2.0 test/test_helper.rb
kaui-1.1.0 test/test_helper.rb
kaui-1.0.0 test/test_helper.rb
kaui-0.16.2 test/test_helper.rb
kaui-0.16.1 test/test_helper.rb
kaui-0.16.0 test/test_helper.rb