Back to Template

Diff of Changes

Previous version at this commit

gem_group :development, :test do
  gem "rspec-rails"
end
run "bundle install"
generate "rspec:install"
run ("bundle binstubs rspec-core") if yes?("Generate a bin/rspec binstub? [yes|no] ")