Sha256: 350c51d9bc9437b6b2244e60d9d077b5f42b6f06bcafac76fadabc1995802a14

Contents?: true

Size: 496 Bytes

Versions: 6

Compression:

Stored size: 496 Bytes

Contents

ENV["RAILS_ENV"] = "test"
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
$:.unshift(File.dirname(__FILE__) + '/../../actionpack/lib')
$:.unshift(File.dirname(__FILE__) + '/../../activerecord/lib')

require 'test/unit'
require 'active_record'
require 'action_web_service'
require 'action_controller'
require 'action_controller/test_process'

ActionController::Base.logger = nil
ActionController::Base.ignore_missing_templates = true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
actionwebservice-0.8.1 test/abstract_unit.rb
actionwebservice-0.9.3 test/abstract_unit.rb
actionwebservice-0.9.4 test/abstract_unit.rb
actionwebservice-1.0.0 test/abstract_unit.rb
actionwebservice-0.9.1 test/abstract_unit.rb
actionwebservice-0.9.2 test/abstract_unit.rb