Sha256: fd7fea9bae8d8dfcb9971c1b288338ae0dbaa314475e7476c7c89a2d9c1d3a50

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

module Stationed
  module Generators
    module Plugins
      module Spring
        def finish_template
          gem 'spring-commands-rspec', group: :development
          copy_file 'spring.rb', 'config/spring.rb'
          super
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stationed-0.0.1 lib/stationed/generators/plugins/spring.rb