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 7847903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:02:24+00:00 2026-06-02T18:02:24+00:00

I have a bunch of RSpec Rake tasks defined that I’d like to run

  • 0

I have a bunch of RSpec Rake tasks defined that I’d like to run in a specific order when I run the entire suite of tests.

I’ve tried something like this:

task :run_in_order => [:one, :two, :three] do 
  puts "Run suite of tests"
end

And it runs the first test and then stops and doesn’t run the rest of the tasks.

So if using Rake syntax it doesn’t work. Is there a way to note task dependencies for RSpec Rake tasks?

  • 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-06-02T18:02:26+00:00Added an answer on June 2, 2026 at 6:02 pm

    Check this http://blog.davidchelimsky.net/2012/01/04/rspec-28-is-released/

    –order rand We added an –order option with two supported values: rand
    and default.

    rspec –order random (or rand) tells RSpec to run the groups in a
    random order, and then run the examples within each group in random
    order. We implemented it this way (rather than complete randomization
    of every example) because we don’t want to re-run expensive
    before(:all) hooks. A fair tradeoff, as the resulting randomization is
    just as effective at exposing order-dependency bugs.

    When you use –order random, RSpec prints out the random number it
    used to seed the randomizer. When you think you’ve found an
    order-dependency bug, you can pass the seed along and the order will
    remain consistent:

    –order rand:3455
    –order default tells RSpec to load groups and examples as they are declared in each file

    Basically you should order your tests in a spec file an then execute it with --order default option.
    .

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bunch of rspec tests that are taking entirely too long to
I have a bunch of code in a routine that looks a bit like
I have bunch of strings, some of which are fairly long, like so: movie.titles
I have bunch of lists like this: out[3] [[3]] [1] forum=28&mid=11883 [2] forum=29&mid=11884 out[4]
I have a bunch of html files that come with my app and are
I have a bunch of strings that are dependent on static dictionaries and each
I have a bunch of buttons that have a tapGestureRecognizer linked to them, and
I have bunch of Symbol MC 70 devices. They run Windows Mobile 5. Most
lets say I have bunch of hyperlinks. When link is clicked, I'd like an
I have bunch of objects that return a DOM-tree that I then use to

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.