Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5935829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:18:39+00:00 2026-05-22T15:18:39+00:00

I forgot to create my application with the -T argument and now it’s installed

  • 0

I forgot to create my application with the -T argument and now it’s installed with test::unit. How do I remove test::unit and stop it from creating tests for each controller / model generated, after I have already created the application? Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:18:40+00:00Added an answer on May 22, 2026 at 3:18 pm

    In your config/application.rb try

    config.generators do |g|
      g.test_framework :rspec #=> or whatever
    end
    

    In response to comment

    Try

    config.generators do |g|
      g.test_framework nil
    end
    

    May not be the “most appropriate” or Rails-ish way, but it works

    Update

    I was reading the Rails Initialization Guide today and realized that the most likely reason Test::Unit is still being included is this line:

    require 'rails/all'

    Which could be replaced with:

    require "active_record/railtie"
    require "action_controller/railtie"
    require "action_mailer/railtie"
    require "active_resource/railtie"
    

    This should take care of the issue. If you’re using Rails 3.1.x you’d also include

    require "sprockets/railtie"
    

    if you’re planning on using the asset pipeline.

    Update 2

    For Rails 3.2 you should use this:

    config.app_generators do |c|
      c.test_framework :rspec, :fixture => true,
                               :fixture_replacement => nil
    
      c.integration_tool :rspec
      c.performance_tool :rspec
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I forgot the name of that application tool. anyone here remembers it? It let's
EDIT Sorry I forgot the most important part here. Each key can have more
I'm having a few problems with the forgot password system from this tutorial .
I want to create an application on a Mac to convert multiple files (txt,
I am creating a C++ application the uses a MySQL database. I would like
In my WPF application, I host Win32 content using HwndHost. However, creating a HwndHost
I have been tasked with creating a program what will create take files in
I'm designing the interface for an application to display some data pulled from a
I forgot to create branches , tags and trunk when I made my repo.
I want to create my own node icons for jsTree application. A jsTree sample

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.