Sha256: d480addaf2a9f20f14fbfa029ffb4c8097e4e25fbb4aec127c6497d15f02b38b

Contents?: true

Size: 317 Bytes

Versions: 16

Compression:

Stored size: 317 Bytes

Contents

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

module IntegrationTests
  module RailsTestUnitLike
    include Rails

    def configure_project_generator(generator)
      super
      generator.mixin Project::RailsTestUnitLike
    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_like.rb
rr-3.1.0 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.9 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.8 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.7 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.6 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.5 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.4 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.3 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.2 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.1 spec/support/integration_tests/rails_test_unit_like.rb
rr-3.0.0 spec/support/integration_tests/rails_test_unit_like.rb
rr-1.2.1 spec/support/integration_tests/rails_test_unit_like.rb
rr-1.2.0 spec/support/integration_tests/rails_test_unit_like.rb
rr-1.1.2 spec/support/integration_tests/rails_test_unit_like.rb
rr-1.1.2.rc1 spec/support/integration_tests/rails_test_unit_like.rb