Sha256: 5dd8894ecc5641ab69ac5540cb730c333015a85a1fc3c945143989ec7b95889b

Contents?: true

Size: 298 Bytes

Versions: 16

Compression:

Stored size: 298 Bytes

Contents

require File.expand_path('../ruby', __FILE__)
require File.expand_path('../../project/ruby_minitest', __FILE__)

module IntegrationTests
  module RubyMinitest
    include Ruby

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

Version data entries

16 entries across 16 versions & 1 rubygems

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