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