Sha256: 3280c615fb76c8daecd6824db8a50df2873222202c400467b390733924dc03b6
Contents?: true
Size: 581 Bytes
Versions: 21
Compression:
Stored size: 581 Bytes
Contents
insert_into_file "#{@project_path}/config/application.rb", after: "class Application < Rails::Application\n" do <<-EOF config.generators do |g| g.test_framework :rspec, :fixtures => true, :view_specs => false, :helper_specs => false, :routing_specs => false, :controller_specs => true, :request_specs => true, :assets => false g.fixture_replacement :factory_girl, :dir => 'spec/factories' end EOF end run 'rails g rspec:install'
Version data entries
21 entries across 21 versions & 2 rubygems