Sha256: 4df18a3d13bb4c66f4ae5d95f53a32772247cfd850700d0edd1b1f5f59f81950

Contents?: true

Size: 304 Bytes

Versions: 16

Compression:

Stored size: 304 Bytes

Contents

require File.expand_path('../rails', __FILE__)
require File.expand_path('../../project/rails_test_unit', __FILE__)

module IntegrationTests
  module RailsTestUnit
    include Rails

    def configure_project_generator(generator)
      super
      generator.mixin Project::RailsTestUnit
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rr-3.1.1 spec/support/integration_tests/rails_test_unit.rb
rr-3.1.0 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.9 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.8 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.7 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.6 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.5 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.4 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.3 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.2 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.1 spec/support/integration_tests/rails_test_unit.rb
rr-3.0.0 spec/support/integration_tests/rails_test_unit.rb
rr-1.2.1 spec/support/integration_tests/rails_test_unit.rb
rr-1.2.0 spec/support/integration_tests/rails_test_unit.rb
rr-1.1.2 spec/support/integration_tests/rails_test_unit.rb
rr-1.1.2.rc1 spec/support/integration_tests/rails_test_unit.rb