Skip to content

Add Rspec to test suites #384

@devonestes

Description

@devonestes

I saw on Twitter that @samphippen recommended adding Rspec to the test suites, and @kytrinyx was cool with it. I think it's a good idea too, and I'd love to help in adding those specs.

I've been thinking about a way to do this that would be non-breaking, and what I've thought of for now is a command line flag when running the tests. Basically if you wanted to run your tests as they are now you can still do ruby bob_test.rb and all would work fine. But if you ran ruby bob_test.rb RSPEC=true then it would run the Rspec specs instead of minitest.

So, any thoughts? I think Sam's point that many bootcamp folks are using Rspec and having those tests in exercism would be helpful for their learning, but I can see that it might be confusing having two test suites in a file. We'd also need to update documentation significantly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions