Sha256: 461dbfd6752cf23e5f8fdcfe1c4cbcaa13d6bf22cba32f72c150377f81f27dbb
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
module Bently class RspecRails < RailsRecipe name 'rspec-rails' category 'gem' description 'downloads and installs rspec-rails gem' homepage 'https://github.com/rspec/rspec-rails/blob/master/README.md' version '2.0' def initialize gem_group :test, :development do gem "rspec-rails", "~> 2.0" end bundle generate 'rspec:install' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bently-1.0.0 | lib/bently/recipe/rspec-rails.rb |