Ask A Question

Notifications

You’re not receiving notifications from this thread.

Can Jumpstart initialize with RSpec instead of minitest?

Martin Streicher asked in General

I prefer RSpec and its related tools and community enhancements. Can I boot a new app with Jumpstart Pro using RSpec rather than mintiest?

I see a good number of tests are seeded with the code for my app in ./test.

  1. What do those test?
  2. How many of those tests are going to be affected by changes I make to my app?
Reply

You can add rspec. The template will come with minitest and you can choose to ignore or delete them. Makes no difference. 👍

Reply

What do the tests do?

Reply

They test Jumpstart's functionality. You're free to recreate them in rspec too.

If you want everything that's built with your favorite tools, Jumpstart Pro is not the template for you. Jumpstart Pro is built using everything that comes with Rails and as few dependencies as possible to keep it clean and organized.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 86,946+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.