Sha256: d75f5b75ed9ec0544ff09ed833c3f2b91f1bf10b1980dd07824267d3cfd9dfe3

Contents?: true

Size: 289 Bytes

Versions: 16

Compression:

Stored size: 289 Bytes

Contents

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

module IntegrationTests
  module RubyRSpec
    include Ruby

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

Version data entries

16 entries across 16 versions & 1 rubygems

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