Sha256: a117f9be220d83a73b6071ccd2101eec6b8fbec8d563298d15b6bef4eb2e1107
Contents?: true
Size: 492 Bytes
Versions: 1
Compression:
Stored size: 492 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) require File.expand_path('../../../common/rails_integration_test', __FILE__) describe 'Integration between TestUnit and Rails' do include IntegrationWithRails def bootstrap <<-EOT RAILS_ROOT = File.expand_path(__FILE__) require 'rubygems' require 'rack' require 'test/unit' require 'active_support/all' require 'action_controller' require 'active_support/test_case' EOT end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rr-1.1.0.rc1 | spec/suites/rspec_1/integration/test_unit_2_rails_spec.rb |