Sha256: 2c6f1f56feee289b8cf9adec3cde3669f78f285412a50f60f3bce506df69d7aa

Contents?: true

Size: 294 Bytes

Versions: 16

Compression:

Stored size: 294 Bytes

Contents

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

module IntegrationTests
  module RailsRSpec
    include Rails

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

Version data entries

16 entries across 16 versions & 1 rubygems

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